summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce <sop@google.com>2009-07-03 17:24:45 -0700
committerShawn O. Pearce <sop@google.com>2009-07-03 20:50:52 -0700
commitb3d2c9214be60f575d64b3af3b87a3632de04ba0 (patch)
tree48b9b764f2f8ccf43adb8e470dd893e557a27f10
parent7354d8891480f5eaa535acc38a24f42ea63b18a6 (diff)
downloadgit-repo-b3d2c9214be60f575d64b3af3b87a3632de04ba0.tar.gz
init (wrapper): Note that -m is now deprecated
If the manifest format isn't XML, this option isn't available. Signed-off-by: Shawn O. Pearce <sop@google.com>
-rwxr-xr-xrepo3
1 files changed, 2 insertions, 1 deletions
diff --git a/repo b/repo
index 13742559..f73fa58b 100755
--- a/repo
+++ b/repo
@@ -114,7 +114,8 @@ group.add_option('-b', '--manifest-branch',
114 help='manifest branch or revision', metavar='REVISION') 114 help='manifest branch or revision', metavar='REVISION')
115group.add_option('-m', '--manifest-name', 115group.add_option('-m', '--manifest-name',
116 dest='manifest_name', 116 dest='manifest_name',
117 help='initial manifest file', metavar='NAME.xml') 117 help='initial manifest file (deprecated)',
118 metavar='NAME.xml')
118group.add_option('--mirror', 119group.add_option('--mirror',
119 dest='mirror', action='store_true', 120 dest='mirror', action='store_true',
120 help='mirror the forrest') 121 help='mirror the forrest')