projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4017f1c
)
Remove redundant 'Usage: ' from the usage message.
author
Zac Medico
<zmedico@gentoo.org>
Sat, 23 Jun 2007 03:58:10 +0000
(
03:58
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Sat, 23 Jun 2007 03:58:10 +0000
(
03:58
-0000)
svn path=/main/trunk/; revision=6964
bin/quickpkg
patch
|
blob
|
history
diff --git
a/bin/quickpkg
b/bin/quickpkg
index 0ae9fd61b8281a99b07841793330b5114b1b8e92..2b204e9a6fcc5c22b8d760c904b9e95e1d3e4151 100755
(executable)
--- 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",