summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrepo1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo b/repo
index bdc05c3b..6f2067ea 100755
--- a/repo
+++ b/repo
@@ -479,6 +479,7 @@ def _Help(args):
479 if args: 479 if args:
480 if args[0] == 'init': 480 if args[0] == 'init':
481 init_optparse.print_help() 481 init_optparse.print_help()
482 sys.exit(0)
482 else: 483 else:
483 print >>sys.stderr,\ 484 print >>sys.stderr,\
484 "error: '%s' is not a bootstrap command.\n"\ 485 "error: '%s' is not a bootstrap command.\n"\