diff options
author | Ingo Klöcker <[email protected]> | 2022-01-04 11:30:22 +0000 |
---|---|---|
committer | Ingo Klöcker <[email protected]> | 2022-01-04 11:30:22 +0000 |
commit | 2752e81f892568a9725fdd8d6a997a1cc80d2f88 (patch) | |
tree | 86a1e2696198196b7b943690debc39b227e3be01 /tests | |
parent | cpp: Remove obsolete workaround (diff) | |
download | gpgme-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.c | 1 |
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); |