From: Aaron Bentley Date: Tue, 17 May 2005 13:15:31 +0000 (+0000) Subject: Made -h, help, --help work X-Git-Tag: 1.0.0~294 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5c39f0d8175f2ef57422c76ff6fcd20ae7dff7cb;p=be.git Made -h, help, --help work --- diff --git a/be b/be index 2dc6a55..d1edd1c 100755 --- a/be +++ b/be @@ -47,7 +47,7 @@ Unimplemented becommands -if len(sys.argv) == 1: +if len(sys.argv) == 1 or sys.argv[1] in ('help', '--help', '-h'): cmdlist = [] print """Bugs Everywhere - Distributed bug tracking