summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-06-23 03:58:56 +0000
committerZac Medico <zmedico@gentoo.org>2007-06-23 03:58:56 +0000
commit5b34788a074f5c2e7d11c7116f808a595950a8b0 (patch)
tree7e8aea81a6f9b54e79fd15945c24a3c58d425d6f /bin
parentcd53de29b22898831d7cb5398734bfbf78ebe243 (diff)
downloadportage-5b34788a074f5c2e7d11c7116f808a595950a8b0.tar.gz
portage-5b34788a074f5c2e7d11c7116f808a595950a8b0.tar.bz2
portage-5b34788a074f5c2e7d11c7116f808a595950a8b0.zip
Remove redundant 'Usage: ' from the usage message. (trunk r6964)
svn path=/main/branches/2.1.2/; revision=6965
Diffstat (limited to 'bin')
-rwxr-xr-xbin/quickpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/quickpkg b/bin/quickpkg
index 1275b3265..fd3af4ba8 100755
--- a/bin/quickpkg
+++ b/bin/quickpkg
@@ -224,7 +224,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",