X-Git-Url: http://nitlanguage.org diff --git a/tests/sav/test_toolcontext_args2.res b/tests/sav/test_toolcontext_args2.res index 91fa2fa..9d4104e 100644 --- a/tests/sav/test_toolcontext_args2.res +++ b/tests/sav/test_toolcontext_args2.res @@ -1,18 +1,19 @@ Usage: test_toolcontext [OPTION]... Test for ToolContext, try --bash-completion. - -W, --warn Show more warnings + -W, --warn Show additional warnings (advices) -w, --warning Show/hide a specific warning -q, --quiet Do not show warnings - --stop-on-first-error Stop on first error + --stop-on-first-error Just display the first encountered error then stop + --keep-going Continue after errors, whatever the consequences --no-color Do not use color to display errors and warnings --log Generate various log files --log-dir Directory where to generate log files + --nit-dir Base directory of the Nit installation -h, -?, --help Show Help (This screen) --version Show version and exit - --set-dummy-tool Set toolname and version to DUMMY. Useful for testing - -v, --verbose Verbose - --bash-completion Generate bash_completion file for this program - --stub-man Generate a stub manpage in pandoc markdown format + -v, --verbose Additional messages from the tool + --no-contract Disable the contracts usage + --full-contract Enable all contracts usage -a, --option-a option a, do nothing -b, --option-b option b, do nothing -c option c, do nothing