diff options
-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 |