aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2024-06-12 08:48:34 +0000
committerIngo Klöcker <[email protected]>2024-06-12 08:48:34 +0000
commit5b73b0722a136db9fa7b9bb96bae27b8cfef5987 (patch)
tree96e62f91b6090a06824e675c2c7bbcb557a7a54f /tests
parentcore: Allow setting import options when importing keys (diff)
downloadgpgme-5b73b0722a136db9fa7b9bb96bae27b8cfef5987.tar.gz
gpgme-5b73b0722a136db9fa7b9bb96bae27b8cfef5987.zip
tests: Add --import-filter option to usage info of run-import
* tests/run-import.c (show_usage): Add option --import-filter. --
Diffstat (limited to 'tests')
-rw-r--r--tests/run-import.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-import.c b/tests/run-import.c
index 0e9a300f..731b3a69 100644
--- a/tests/run-import.c
+++ b/tests/run-import.c
@@ -49,6 +49,7 @@ show_usage (int ex)
" --offline use offline mode\n"
" --key-origin use the specified key origin\n"
" --import-options use the specified import options\n"
+ " --import-filter use the specified import filter\n"
" --url import from given URLs\n"
" -0 URLs are delimited by a nul\n"
, stderr);