diff options
author | Werner Koch <[email protected]> | 2024-08-08 15:28:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-08-12 13:03:17 +0000 |
commit | 5d8bc309c713f96e925abc7fb6cb604ffaedb91d (patch) | |
tree | c4b3ac760415df4c403bdf6db77ac489c77f2726 | |
parent | speedo,w32: Update libassuan dll name in wxs (diff) | |
download | gnupg-5d8bc309c713f96e925abc7fb6cb604ffaedb91d.tar.gz gnupg-5d8bc309c713f96e925abc7fb6cb604ffaedb91d.zip |
doc: Explain that sort-sigs has no effect in colon mode.
--
-rw-r--r-- | doc/gpg.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index ec3492838..87d632ce6 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -1471,10 +1471,11 @@ give the opposite meaning. The options are: @item sort-sigs @opindex list-options:sort-sigs - With --list-sigs and --check-sigs sort the signatures by keyID and - creation time to make it easier to view the history of these - signatures. The self-signature is also listed before other - signatures. Defaults to yes. + With @option{--list-sigs} and @option{--check-sigs} sort the + signatures by keyID and creation time to make it easier to view the + history of these signatures. The self-signature is also listed + before other signatures. Defaults to yes. This option has no effect + in @option{-with-colons} mode. @end table |