summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index 4182262e..750facba 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -31,7 +31,7 @@ from wrapper import Wrapper
31 31
32 32
33class Init(InteractiveCommand, MirrorSafeCommand): 33class Init(InteractiveCommand, MirrorSafeCommand):
34 common = True 34 COMMON = True
35 helpSummary = "Initialize a repo client checkout in the current directory" 35 helpSummary = "Initialize a repo client checkout in the current directory"
36 helpUsage = """ 36 helpUsage = """
37%prog [options] [manifest url] 37%prog [options] [manifest url]