From: Ondrej Lichtner olichtne@redhat.com
Long options that require an argument should end with '='.
Signed-off-by: Ondrej Lichtner olichtne@redhat.com --- lnst-ctl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/lnst-ctl b/lnst-ctl index 6a0e924..9d72503 100755 --- a/lnst-ctl +++ b/lnst-ctl @@ -154,17 +154,17 @@ def main(): sys.argv[1:], "A:a:c:dhmoprs:t:ux:", [ - "override_alias", - "define_alias", - "config", + "override_alias=", + "define_alias=", + "config=", "debug", "help", "no-colours", "disable-pool-checks", "packet-capture", "reduce-sync", - "xslt-url", - "html", + "xslt-url=", + "html=", "multi-match", "result=", ]
Fri, Oct 24, 2014 at 03:07:36PM CEST, olichtne@redhat.com wrote:
From: Ondrej Lichtner olichtne@redhat.com
Long options that require an argument should end with '='.
Signed-off-by: Ondrej Lichtner olichtne@redhat.com
applied, thanks!
lnst-developers@lists.fedorahosted.org