projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55f3afa
)
Add a help string for --debug.
author
Zac Medico
<zmedico@gentoo.org>
Wed, 18 Jun 2008 03:36:38 +0000
(
03:36
-0000)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 18 Jun 2008 03:36:38 +0000
(
03:36
-0000)
svn path=/main/trunk/; revision=10711
bin/ebuild
patch
|
blob
|
history
diff --git
a/bin/ebuild
b/bin/ebuild
index 75151b4142ee34fa441422899790fa68b5debf42..a91a7858768f5db179b6c48048a3f432e8e18487 100755
(executable)
--- a/
bin/ebuild
+++ b/
bin/ebuild
@@
-17,7
+17,7
@@
force_help = "When used together with the digest or manifest " + \
"that do not already exist in ${DISTDIR} will be automatically fetched."
parser.add_option("--force", help=force_help, action="store_true", dest="force")
-parser.add_option("--debug", action="store_true", dest="debug")
+parser.add_option("--debug",
help="show debug output",
action="store_true", dest="debug")
opts, pargs = parser.parse_args(args=sys.argv[1:])