diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 3 | ||||
-rw-r--r-- | doc/gpg.texi | 6 | ||||
-rw-r--r-- | doc/gpgsm.texi | 7 |
3 files changed, 15 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 03c200e71..17c417e18 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -194,7 +194,8 @@ described here. Used in sec/sbb to print the serial number of a token (internal protect mode 1002) or a '#' if that key is a simple stub (internal - protect mode 1001) + protect mode 1001). If the option --with-secret is used and a + secret key is available for the public key, a '+' indicates this. *** Field 16 - Hash algorithm diff --git a/doc/gpg.texi b/doc/gpg.texi index 9463bb5eb..71a3107d8 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2127,6 +2127,12 @@ of the output and may be used together with another command. @item --with-keygrip @opindex with-keygrip Include the keygrip in the key listings. + +@item --with-secret +@opindex with-secret +Include info about the presence of a secret key in public key listings +done with @code{--with-colons}. + @end ifset @end table diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index b38ad4d72..078d2ad6a 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -581,6 +581,13 @@ certificate. Include the keygrip in standard key listings. Note that the keygrip is always listed in --with-colons mode. +@ifset gpgtwoone +@item --with-secret +@opindex with-secret +Include info about the presence of a secret key in public key listings +done with @code{--with-colons}. +@end ifset + @end table @c ******************************************* |