aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorIngo Klöcker <[email protected]>2022-01-04 11:30:22 +0000
committerIngo Klöcker <[email protected]>2022-01-04 11:30:22 +0000
commit2752e81f892568a9725fdd8d6a997a1cc80d2f88 (patch)
tree86a1e2696198196b7b943690debc39b227e3be01 /tests
parentcpp: Remove obsolete workaround (diff)
downloadgpgme-2752e81f892568a9725fdd8d6a997a1cc80d2f88.tar.gz
gpgme-2752e81f892568a9725fdd8d6a997a1cc80d2f88.zip
core: Add new option --secret-subkey to help texts.
* src/gpgme-tool.c (hlp_export): Add new option. * tests/run-export.c (show_usage): Print new option. -- GnuPG-bug-id: 5757
Diffstat (limited to 'tests')
-rw-r--r--tests/run-export.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run-export.c b/tests/run-export.c
index f071b8c2..3e328826 100644
--- a/tests/run-export.c
+++ b/tests/run-export.c
@@ -59,6 +59,7 @@ show_usage (int ex)
" --ssh export as ssh public key\n"
" --extern send keys to the keyserver (TAKE CARE!)\n"
" --secret export secret keys instead of public keys\n"
+ " --secret-subkey export secret subkeys instead of public keys\n"
" --raw use PKCS#1 as secret key format\n"
" --pkcs12 use PKCS#12 as secret key format\n"
, stderr);