diff options
author | NIIBE Yutaka <[email protected]> | 2023-11-02 06:05:19 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2023-11-02 06:05:19 +0000 |
commit | c2812a9bbc3539e40bde0c9ea804aee39147a87c (patch) | |
tree | 903b6f9655244be7c453529f0896ce44a9bada1a /doc/gpgsm.texi | |
parent | g10: Fix uninitalized variable use in sign_file (diff) | |
download | gnupg-c2812a9bbc3539e40bde0c9ea804aee39147a87c.tar.gz gnupg-c2812a9bbc3539e40bde0c9ea804aee39147a87c.zip |
doc: Fix to avoid using en-dash for command options.
--
GnuPG-bug-id: 6746
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 41eb08d16..22738c492 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -642,8 +642,8 @@ By default gpgsm prints distinguished names (DNs) like the Issuer or Subject in a more readable format (e.g., using a well defined order of the parts). However, this format can't be used as input strings. This option reverts printing to standard RFC-2253 format and thus -avoids the need to use --dump-cert or --with-colons to get the -``real'' name. +avoids the need to use @option{--dump-cert} or @option{--with-colons} +to get the ``real'' name. @end table |