From 0c93a2b77653ee55957e95b580d457459c4d5ab5 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 23 Jun 2007 03:58:10 +0000 Subject: Remove redundant 'Usage: ' from the usage message. svn path=/main/trunk/; revision=6964 --- bin/quickpkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/quickpkg b/bin/quickpkg index 0ae9fd61b..2b204e9a6 100755 --- a/bin/quickpkg +++ b/bin/quickpkg @@ -166,7 +166,7 @@ def quickpkg_main(options, args, eout): return os.EX_OK if __name__ == "__main__": - usage = "Usage: quickpkg [options] " + usage = "quickpkg [options] " from optparse import OptionParser parser = OptionParser(usage=usage) parser.add_option("--umask", -- cgit v1.2.3-1-g7c22