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