summaryrefslogtreecommitdiffstats
path: root/subcmds
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds')
-rw-r--r--subcmds/init.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index 32663a04..3e2c9d70 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -96,7 +96,7 @@ to update the working directory files.
96 g.add_option('-b', '--manifest-branch', 96 g.add_option('-b', '--manifest-branch',
97 dest='manifest_branch', 97 dest='manifest_branch',
98 help='manifest branch or revision', metavar='REVISION') 98 help='manifest branch or revision', metavar='REVISION')
99 g.add_option('--current-branch', 99 g.add_option('-c', '--current-branch',
100 dest='current_branch_only', action='store_true', 100 dest='current_branch_only', action='store_true',
101 help='fetch only current manifest branch from server') 101 help='fetch only current manifest branch from server')
102 g.add_option('-m', '--manifest-name', 102 g.add_option('-m', '--manifest-name',