diff options
| author | Jonathan Lange <jml@mumak.net> | 2012-03-27 11:58:18 +0100 |
|---|---|---|
| committer | Jonathan Lange <jml@mumak.net> | 2012-03-27 11:58:18 +0100 |
| commit | 17b1f61afe903cd0053cea0476b8c60396d944e6 (patch) | |
| tree | 14e12426ff7b3a75a7f09de0457d98f96cbb97d4 /python | |
| parent | 2bf7d82ce68dc62bf6d05bbbd0a213dc3393f9b7 (diff) | |
| download | subunit-git-17b1f61afe903cd0053cea0476b8c60396d944e6.tar.gz | |
Not XML
Diffstat (limited to 'python')
| -rw-r--r-- | python/subunit/filters.py | 2 |
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.") |
