diff options
author | Conley Owens <cco3@android.com> | 2012-08-07 10:44:01 -0700 |
---|---|---|
committer | gerrit code review <noreply-gerritcodereview@google.com> | 2012-09-04 09:30:18 -0700 |
commit | 918ff85c1e9d9606e4924a0af9a8ddc2e4db692a (patch) | |
tree | 0805e0f28ceef0c2375e53e8011fd0bfd292e869 /subcmds/manifest.py | |
parent | 3d07da82abe52d0971ea2de75f69db3359af506f (diff) | |
download | git-repo-918ff85c1e9d9606e4924a0af9a8ddc2e4db692a.tar.gz |
`repo manifest`: default to stdout if no "-o"
Change-Id: I1b0ff9ed5df6386f0c2a851c6c48d063199fe663
Diffstat (limited to 'subcmds/manifest.py')
-rw-r--r-- | subcmds/manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subcmds/manifest.py b/subcmds/manifest.py index 4374a9d0..cd196531 100644 --- a/subcmds/manifest.py +++ b/subcmds/manifest.py | |||
@@ -50,6 +50,7 @@ in a Git repository for use during future 'repo init' invocations. | |||
50 | help='Save revisions as current HEAD') | 50 | help='Save revisions as current HEAD') |
51 | p.add_option('-o', '--output-file', | 51 | p.add_option('-o', '--output-file', |
52 | dest='output_file', | 52 | dest='output_file', |
53 | default='-', | ||
53 | help='File to save the manifest to', | 54 | help='File to save the manifest to', |
54 | metavar='-|NAME.xml') | 55 | metavar='-|NAME.xml') |
55 | 56 | ||