aboutsummaryrefslogtreecommitdiffstats
path: root/be
diff options
context:
space:
mode:
authorAaron Bentley <aaron.bentley@utoronto.ca>2006-04-01 13:28:07 -0500
committerAaron Bentley <aaron.bentley@utoronto.ca>2006-04-01 13:28:07 -0500
commit8ff7e8c5b70d918017b9f48ef819f33fa96a88d6 (patch)
treedf1d3c97d77d32c642b4410426d692b4dc40c775 /be
parent9df97dc766a548e29ccdd12a765cd95c1930aa73 (diff)
downloadbugseverywhere-8ff7e8c5b70d918017b9f48ef819f33fa96a88d6.tar.gz
Patch from Thomas Gerigk to add a 'help' command
Diffstat (limited to 'be')
-rwxr-xr-xbe2
1 files changed, 1 insertions, 1 deletions
diff --git a/be b/be
index cfcfeed..f4225bd 100755
--- a/be
+++ b/be
@@ -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