diff options
author | Werner Koch <[email protected]> | 2018-04-09 17:46:54 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-04-09 17:46:54 +0000 |
commit | 7fa6f1481454ab8b4d166ac2d055abdba5f8baab (patch) | |
tree | 421c0cdb3e2c115587217b39815f1a815107de3b | |
parent | gpg,w32: Fix empty homedir when only a drive letter is used. (diff) | |
download | gnupg-7fa6f1481454ab8b4d166ac2d055abdba5f8baab.tar.gz gnupg-7fa6f1481454ab8b4d166ac2d055abdba5f8baab.zip |
doc: Typo fix in gpg.texi
--
Reported-by: Cody Brownstein
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 6537acd73..086b4fce5 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -306,7 +306,7 @@ List the specified secret keys. If no keys are specified, then all known secret keys are listed. A @code{#} after the initial tags @code{sec} or @code{ssb} means that the secret key or subkey is currently not usable. We also say that this key has been taken -offline (for example, a primary key can be taken offline by exported +offline (for example, a primary key can be taken offline by exporting the key using the command @option{--export-secret-subkeys}). A @code{>} after these tags indicate that the key is stored on a smartcard. See also @option{--list-keys}. |