diff options
author | Aaron Bentley <aaron.bentley@utoronto.ca> | 2006-04-01 13:28:07 -0500 |
---|---|---|
committer | Aaron Bentley <aaron.bentley@utoronto.ca> | 2006-04-01 13:28:07 -0500 |
commit | 8ff7e8c5b70d918017b9f48ef819f33fa96a88d6 (patch) | |
tree | df1d3c97d77d32c642b4410426d692b4dc40c775 /be | |
parent | 9df97dc766a548e29ccdd12a765cd95c1930aa73 (diff) | |
download | bugseverywhere-8ff7e8c5b70d918017b9f48ef819f33fa96a88d6.tar.gz |
Patch from Thomas Gerigk to add a 'help' command
Diffstat (limited to 'be')
-rwxr-xr-x | be | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ Unimplemented becommands -if len(sys.argv) == 1 or sys.argv[1] in ('help', '--help', '-h'): +if len(sys.argv) == 1 or sys.argv[1] in ('--help', '-h'): cmdlist = [] print """Bugs Everywhere - Distributed bug tracking |