summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJonathan Lange <jml@mumak.net>2012-03-27 11:58:18 +0100
committerJonathan Lange <jml@mumak.net>2012-03-27 11:58:18 +0100
commit17b1f61afe903cd0053cea0476b8c60396d944e6 (patch)
tree14e12426ff7b3a75a7f09de0457d98f96cbb97d4 /python
parent2bf7d82ce68dc62bf6d05bbbd0a213dc3393f9b7 (diff)
downloadsubunit-git-17b1f61afe903cd0053cea0476b8c60396d944e6.tar.gz
Not XML
Diffstat (limited to 'python')
-rw-r--r--python/subunit/filters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/filters.py b/python/subunit/filters.py
index f8ce2dd..f485654 100644
--- a/python/subunit/filters.py
+++ b/python/subunit/filters.py
@@ -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.")