diff options
author | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-05-17 13:15:31 +0000 |
---|---|---|
committer | Aaron Bentley <abentley@panoramicfeedback.com> | 2005-05-17 13:15:31 +0000 |
commit | 5c39f0d8175f2ef57422c76ff6fcd20ae7dff7cb (patch) | |
tree | 938451a4857dd088247bc9c7051f4cff2a90608a | |
parent | c15079d0fbcc4d023cd27f2a497639df92a587a5 (diff) | |
download | bugseverywhere-5c39f0d8175f2ef57422c76ff6fcd20ae7dff7cb.tar.gz |
Made -h, help, --help work
-rwxr-xr-x | be | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |