From e4625885a851112a15636727388f11146be17f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Thu, 13 Jan 2022 15:23:43 +0100 Subject: [PATCH] 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. --- tests/run-swdb.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/run-swdb.c b/tests/run-swdb.c index a8d55b7a..3f8736ae 100644 --- a/tests/run-swdb.c +++ b/tests/run-swdb.c @@ -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); }