Add a help string for --debug.
authorZac Medico <zmedico@gentoo.org>
Wed, 18 Jun 2008 03:36:38 +0000 (03:36 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 18 Jun 2008 03:36:38 +0000 (03:36 -0000)
svn path=/main/trunk/; revision=10711

bin/ebuild

index 75151b4142ee34fa441422899790fa68b5debf42..a91a7858768f5db179b6c48048a3f432e8e18487 100755 (executable)
@@ -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:])