diff options
author | Zac Medico <zmedico@gentoo.org> | 2007-06-23 03:58:10 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2007-06-23 03:58:10 +0000 |
commit | 0c93a2b77653ee55957e95b580d457459c4d5ab5 (patch) | |
tree | 50bcb0cc71cbd789e02ac41b05f32df1ec5f04ad | |
parent | 4017f1c8abb944af7b81ba2cd8aa0ae714740e70 (diff) | |
download | portage-0c93a2b77653ee55957e95b580d457459c4d5ab5.tar.gz portage-0c93a2b77653ee55957e95b580d457459c4d5ab5.tar.bz2 portage-0c93a2b77653ee55957e95b580d457459c4d5ab5.zip |
Remove redundant 'Usage: ' from the usage message.
svn path=/main/trunk/; revision=6964
-rwxr-xr-x | bin/quickpkg | 2 |
1 files changed, 1 insertions, 1 deletions
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] <list of package atoms>" + usage = "quickpkg [options] <list of package atoms>" from optparse import OptionParser parser = OptionParser(usage=usage) parser.add_option("--umask", |