summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Latvala <petri.latvala@intel.com>2018-04-26 13:22:48 +0300
committerPetri Latvala <petri.latvala@intel.com>2018-04-26 13:22:48 +0300
commit8f503d8af06df17450e3f1e236a3510239e84cfc (patch)
treebebd2b4f28d66b7e6ecd7c672397eef80040888f
parentc76771892845057217c8ea22ced63c081af9d7d9 (diff)
Change --abort description in help text
-rw-r--r--runner/settings.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/runner/settings.c b/runner/settings.c
index e4f57b25..50e4ea10 100644
--- a/runner/settings.c
+++ b/runner/settings.c
@@ -65,9 +65,8 @@ static const char *usage_str =
" -x <regex>, --exclude-tests <regex>\n"
" Exclude matching tests (can be used more than once)\n"
" --abort-on-monitored-error\n"
- " Enable monitoring according the rules defined in\n"
- " <TODO>, and stop the execution when a monitored\n"
- " error is detected.\n"
+ " Abort execution when a fatal condition is detected.\n"
+ " <TODO>\n"
" -s, --sync Sync results to disk after every test\n"
" -l {quiet,verbose,dummy}, --log-level {quiet,verbose,dummy}\n"
" Set the logger verbosity level\n"