Explorar o código

`repo manifest`: default to stdout if no "-o"

Change-Id: I1b0ff9ed5df6386f0c2a851c6c48d063199fe663
Conley Owens %!s(int64=13) %!d(string=hai) anos
pai
achega
918ff85c1e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      subcmds/manifest.py

+ 1 - 0
subcmds/manifest.py

@@ -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')