From 5b73b0722a136db9fa7b9bb96bae27b8cfef5987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Wed, 12 Jun 2024 10:48:34 +0200 Subject: [PATCH] tests: Add --import-filter option to usage info of run-import * tests/run-import.c (show_usage): Add option --import-filter. -- --- tests/run-import.c | 1 + 1 file changed, 1 insertion(+) 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);