diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgsm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index d633ec30c..ab2aae850 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -226,7 +226,7 @@ checked right before it is used. @opindex delete-keys Delete the keys matching @var{pattern}. Note that there is no command to delete the secret part of the key directly. In case you need to do -this, you should run the command @code{gpg --dump-secret-keys KEYID} +this, you should run the command @code{gpgsm --dump-secret-keys KEYID} before you delete the key, copy the string of hex-digits in the ``keygrip'' line and delete the file consisting of these hex-digits and the suffix @code{.key} from the @file{private-keys-v1.d} directory |