summaryrefslogtreecommitdiff
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
parentAdd a logrotate config for the save_summary elog module since it's enabled by... (diff)
downloadportage-multirepo-0c93a2b77653ee55957e95b580d457459c4d5ab5.tar.gz
portage-multirepo-0c93a2b77653ee55957e95b580d457459c4d5ab5.tar.bz2
portage-multirepo-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 0ae9fd61..2b204e9a 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",