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:
Ingo Klöcker 2022-01-13 15:23:43 +01:00
parent 4d913a8aa5
commit e4625885a8

View File

@ -64,7 +64,6 @@ show_usage (int ex)
fputs ("usage: " PGM " [options] NAME [VERSION]\n\n"
"Options:\n"
" --verbose run in verbose mode\n"
" --status print status lines from the backend\n"
, stderr);
exit (ex);
}