aboutsummaryrefslogtreecommitdiffstats
path: root/tests/run-swdb.c
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2022-01-13 14:23:43 +0000
committerIngo Klöcker <[email protected]>2022-01-13 14:23:43 +0000
commite4625885a851112a15636727388f11146be17f15 (patch)
treeb8a91d4ec5e3ba3c58b543e2fa7be55fabc91490 /tests/run-swdb.c
parentqt: Add job to add existing subkeys to other keys (diff)
downloadgpgme-e4625885a851112a15636727388f11146be17f15.tar.gz
gpgme-e4625885a851112a15636727388f11146be17f15.zip
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.
Diffstat (limited to 'tests/run-swdb.c')
-rw-r--r--tests/run-swdb.c1
1 files changed, 0 insertions, 1 deletions
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);
}