]> git.cworth.org Git - apitrace/commitdiff
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 3d29d2700eab95d9cf017a9db2a205f740b493ee..527ab43f5a66f71789fa422509fd0c1f9398a1dc 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:])