summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo4
1 files changed, 2 insertions, 2 deletions
diff --git a/repo b/repo
index f251a1da..c4c97860 100755
--- a/repo
+++ b/repo
@@ -776,8 +776,8 @@ The most commonly used repo commands are:
776 """ help Display detailed help on a command 776 """ help Display detailed help on a command
777 777
778For access to the full online help, install repo ("repo init"). 778For access to the full online help, install repo ("repo init").
779""", file=sys.stderr) 779""")
780 sys.exit(1) 780 sys.exit(0)
781 781
782 782
783def _Help(args): 783def _Help(args):