diff options
-rwxr-xr-x | bin/ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ebuild b/bin/ebuild index 75151b414..a91a78587 100755 --- 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:]) |