tests: Remove unsupported option --status from usage help
* tests/run-swdb.c (show_usage): Remove option --status. -- run-swdb does not support the option --status.
This commit is contained in:
parent
4d913a8aa5
commit
e4625885a8
@ -64,7 +64,6 @@ show_usage (int ex)
|
|||||||
fputs ("usage: " PGM " [options] NAME [VERSION]\n\n"
|
fputs ("usage: " PGM " [options] NAME [VERSION]\n\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" --verbose run in verbose mode\n"
|
" --verbose run in verbose mode\n"
|
||||||
" --status print status lines from the backend\n"
|
|
||||||
, stderr);
|
, stderr);
|
||||||
exit (ex);
|
exit (ex);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user