From: José Fonseca Date: Sun, 31 May 2009 19:21:13 +0000 (-0700) Subject: Always use color by default. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=5081ed5c5d31afda80c726dc458cdf8dc897dacf;p=apitrace Always use color by default. --- diff --git a/xml2txt.py b/xml2txt.py index 3d29d27..527ab43 100755 --- a/xml2txt.py +++ b/xml2txt.py @@ -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:])