diff options
author | Shawn O. Pearce <sop@google.com> | 2009-07-03 17:24:45 -0700 |
---|---|---|
committer | Shawn O. Pearce <sop@google.com> | 2009-07-03 20:50:52 -0700 |
commit | b3d2c9214be60f575d64b3af3b87a3632de04ba0 (patch) | |
tree | 48b9b764f2f8ccf43adb8e470dd893e557a27f10 | |
parent | 7354d8891480f5eaa535acc38a24f42ea63b18a6 (diff) | |
download | git-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-x | repo | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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') |
115 | group.add_option('-m', '--manifest-name', | 115 | group.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') | ||
118 | group.add_option('--mirror', | 119 | group.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') |