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>
This commit is contained in:
parent
7354d88914
commit
b3d2c9214b
1 changed files with 2 additions and 1 deletions
3
repo
3
repo
|
@ -114,7 +114,8 @@ group.add_option('-b', '--manifest-branch',
|
|||
help='manifest branch or revision', metavar='REVISION')
|
||||
group.add_option('-m', '--manifest-name',
|
||||
dest='manifest_name',
|
||||
help='initial manifest file', metavar='NAME.xml')
|
||||
help='initial manifest file (deprecated)',
|
||||
metavar='NAME.xml')
|
||||
group.add_option('--mirror',
|
||||
dest='mirror', action='store_true',
|
||||
help='mirror the forrest')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue