aboutsummaryrefslogtreecommitdiffstats
path: root/python/onfailure.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/onfailure.py')
-rw-r--r--python/onfailure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/onfailure.py b/python/onfailure.py
index 15a18e34..651892f5 100644
--- a/python/onfailure.py
+++ b/python/onfailure.py
@@ -4,7 +4,7 @@ import argparse
parser = argparse.ArgumentParser(description="Generate quantifi product files")
parser.add_argument(
"service",
- help="if present filename where the output will be saved. Otherwise print to stdout.",
+ help="name of failed service",
)
args = parser.parse_args()