Always use color by default.
authorJosé Fonseca <jfonseca@vmware.com>
Sun, 31 May 2009 19:21:13 +0000 (12:21 -0700)
committerJosé Fonseca <jfonseca@vmware.com>
Sun, 31 May 2009 19:21:13 +0000 (12:21 -0700)
xml2txt.py

index 3d29d27..527ab43 100755 (executable)
@@ -323,7 +323,7 @@ def main():
     parser.add_option(
         '--color', '--colour',
         type="choice", choices=('never', 'always', 'auto'), metavar='WHEN',
-        dest="color", default="auto",
+        dest="color", default="always",
         help="coloring: never, always, or auto [default: %default]")
     (options, args) = parser.parse_args(sys.argv[1:])