From 8ff7e8c5b70d918017b9f48ef819f33fa96a88d6 Mon Sep 17 00:00:00 2001 From: Aaron Bentley Date: Sat, 1 Apr 2006 13:28:07 -0500 Subject: Patch from Thomas Gerigk to add a 'help' command --- be | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'be') 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 -- cgit