From 5081ed5c5d31afda80c726dc458cdf8dc897dacf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 31 May 2009 12:21:13 -0700 Subject: [PATCH] Always use color by default. --- xml2txt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:]) -- 2.45.2