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

Change-Id: I1b0ff9ed5df6386f0c2a851c6c48d063199fe663
diff --git a/subcmds/manifest.py b/subcmds/manifest.py
index 4374a9d..cd19653 100644
--- a/subcmds/manifest.py
+++ b/subcmds/manifest.py
@@ -50,6 +50,7 @@
                  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')