Not XML
authorJonathan Lange <jml@mumak.net>
Tue, 27 Mar 2012 10:58:18 +0000 (11:58 +0100)
committerJonathan Lange <jml@mumak.net>
Tue, 27 Mar 2012 10:58:18 +0000 (11:58 +0100)
python/subunit/filters.py

index f8ce2ddf70b2c2a6dad026745c5a315a4397f49f..f485654ef4830595f14eb3ae12f2f5d202e42b04 100644 (file)
@@ -28,7 +28,7 @@ def make_options(description):
         dest="no_passthrough")
     parser.add_option(
         "-o", "--output-to",
-        help="Output the XML to this path rather than stdout.")
+        help="Send the output to this path rather than stdout.")
     parser.add_option(
         "-f", "--forward", action="store_true", default=False,
         help="Forward subunit stream on stdout.")