summaryrefslogtreecommitdiffstats
path: root/bin/quickpkg
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-23 03:58:10 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-23 03:58:10 +0000
commit0c93a2b77653ee55957e95b580d457459c4d5ab5 (patch)
tree50bcb0cc71cbd789e02ac41b05f32df1ec5f04ad /bin/quickpkg
parent4017f1c8abb944af7b81ba2cd8aa0ae714740e70 (diff)
downloadportage-0c93a2b77653ee55957e95b580d457459c4d5ab5.tar.gz
portage-0c93a2b77653ee55957e95b580d457459c4d5ab5.tar.bz2
portage-0c93a2b77653ee55957e95b580d457459c4d5ab5.zip
Remove redundant 'Usage: ' from the usage message.
svn path=/main/trunk/; revision=6964
Diffstat (limited to 'bin/quickpkg')
-rwxr-xr-xbin/quickpkg2
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",