summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2012-08-15 14:22:08 +0900
committerGustaf Lundh <gustaf.lundh@sonymobile.com>2012-08-23 12:15:49 +0200
commit3d07da82abe52d0971ea2de75f69db3359af506f (patch)
tree9ed504bb825957a058f259b5390eef1b902745d9
parente15c65abc25cd1d5d77ec6815a3c011b9f57ddac (diff)
downloadgit-repo-3d07da82abe52d0971ea2de75f69db3359af506f.tar.gz
init: Improved help text for the --mirror option
Change-Id: Ia6032865f9296b29524c2c25b72bd8e175b30489
-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')