From 3386d1e7cf33cc63240f54aa86bc38299aedd35d Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 26 Aug 2014 00:37:45 +0300 Subject: [PATCH] fix args error ext --- slpkg/messages.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/slpkg/messages.py b/slpkg/messages.py index 2917834c..164661e3 100755 --- a/slpkg/messages.py +++ b/slpkg/messages.py @@ -47,11 +47,10 @@ def ext_err_args(): ''' Extended error arguments view ''' - print ("usage: {0} [-h] [-v] [-a script [source ...]]".format(__all__)) - print (" [-l all, sbo, slack, noarch, other]") - print (" [-c sbo, slack [sbo, slack ...]] [-t] [-n]") - print (" [-s sbo, slack [sbo, slack ...]] [-i [...]] [-u [...]]") - print (" [-o [...]] [-r [...]] [-f [...]] [-d [...]]") + print ("usage: {0} [-h] [-v] [-a script [source ...]] [-l all, sbo, slack, noarch]".format(__all__)) + print (" [-c sbo, slack [sbo, slack ...]]") + print (" [-s sbo, slack [sbo, slack ...]] [-t] [-n] [-i [...]]") + print (" [-u [...]] [-o [...]] [-r [...]] [-f [...]] [-d [...]]") def err1_args(invalid, choices): '''