diff options
Diffstat (limited to 'subcmds')
-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 | ||