From 3d07da82abe52d0971ea2de75f69db3359af506f Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Wed, 15 Aug 2012 14:22:08 +0900 Subject: [PATCH] init: Improved help text for the --mirror option Change-Id: Ia6032865f9296b29524c2c25b72bd8e175b30489 --- subcmds/init.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. 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')