summaryrefslogtreecommitdiffstats
path: root/subcmds/init.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/init.py')
-rw-r--r--subcmds/init.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py
index a758fbb1..b16f57c4 100644
--- a/subcmds/init.py
+++ b/subcmds/init.py
@@ -81,7 +81,8 @@ to update the working directory files.
81 help='initial manifest file', metavar='NAME.xml') 81 help='initial manifest file', metavar='NAME.xml')
82 g.add_option('--mirror', 82 g.add_option('--mirror',
83 dest='mirror', action='store_true', 83 dest='mirror', action='store_true',
84 help='mirror the forrest') 84 help='create a replica of the remote repositories '
85 'rather than a client working directory')
85 g.add_option('--reference', 86 g.add_option('--reference',
86 dest='reference', 87 dest='reference',
87 help='location of mirror directory', metavar='DIR') 88 help='location of mirror directory', metavar='DIR')