Updated CLI help message for --tap and --xml
This commit is contained in:
parent
d2d36052d7
commit
13c8fa79a8
1 changed files with 4 additions and 2 deletions
|
@ -63,8 +63,10 @@
|
|||
" -S or --short-filename: only display the base " \
|
||||
"name of the source file on a failure\n" \
|
||||
PATTERN_USAGE \
|
||||
" --tap: enables TAP formatting\n" \
|
||||
" --xml: enables XML formatting\n" \
|
||||
" --tap[=FILE]: writes TAP report in FILE " \
|
||||
"(no file or \"-\" means stderr)\n" \
|
||||
" --xml[=FILE]: writes XML report in FILE " \
|
||||
"(no file or \"-\" means stderr)\n" \
|
||||
" --always-succeed: always exit with 0\n" \
|
||||
" --no-early-exit: do not exit the test worker " \
|
||||
"prematurely after the test\n" \
|
||||
|
|
Loading…
Add table
Reference in a new issue