Browse Source

init: Improved help text for the --mirror option

Change-Id: Ia6032865f9296b29524c2c25b72bd8e175b30489
David Pursehouse 13 years ago
parent
commit
3d07da82ab
1 changed files with 2 additions and 1 deletions
  1. 2 1
      subcmds/init.py

+ 2 - 1
subcmds/init.py

@@ -81,7 +81,8 @@ to update the working directory files.
                  help='initial manifest file', metavar='NAME.xml')
     g.add_option('--mirror',
                  dest='mirror', action='store_true',
-                 help='mirror the forrest')
+                 help='create a replica of the remote repositories '
+                      'rather than a client working directory')
     g.add_option('--reference',
                  dest='reference',
                  help='location of mirror directory', metavar='DIR')