mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
repo manifest
: default to stdout if no "-o"
Change-Id: I1b0ff9ed5df6386f0c2a851c6c48d063199fe663
This commit is contained in:
parent
3d07da82ab
commit
918ff85c1e
@ -50,6 +50,7 @@ in a Git repository for use during future 'repo init' invocations.
|
||||
help='Save revisions as current HEAD')
|
||||
p.add_option('-o', '--output-file',
|
||||
dest='output_file',
|
||||
default='-',
|
||||
help='File to save the manifest to',
|
||||
metavar='-|NAME.xml')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user