aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tools.texi
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2023-11-02 06:05:19 +0000
committerNIIBE Yutaka <[email protected]>2023-11-02 06:05:19 +0000
commitc2812a9bbc3539e40bde0c9ea804aee39147a87c (patch)
tree903b6f9655244be7c453529f0896ce44a9bada1a /doc/tools.texi
parentg10: Fix uninitalized variable use in sign_file (diff)
downloadgnupg-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/tools.texi')
-rw-r--r--doc/tools.texi11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/tools.texi b/doc/tools.texi
index 9cac81e4c..a7c141cfc 100644
--- a/doc/tools.texi
+++ b/doc/tools.texi
@@ -133,8 +133,8 @@ for the configuration files is:
log-file socket://
@end example
-If the default socket as given above and returned by "echo $(gpgconf
---list-dirs socketdir)/S.log" is not desired an arbitrary socket name
+If the default socket as given above and returned by @code{"echo $(gpgconf
+--list-dirs socketdir)/S.log"} is not desired an arbitrary socket name
can be specified, for example @file{socket:///home/foo/bar/mysocket}.
For debugging purposes it is also possible to do remote logging. Take
care if you use this feature because the information is send in the
@@ -2066,9 +2066,10 @@ Pass the specified extra options to @command{gpg}.
@item --tar-args @var{args}
@opindex tar-args
Assume @var{args} are standard options of the command @command{tar}
-and parse them. The only supported tar options are "--directory",
-"--files-from", and "--null" This is an obsolete options because those
-supported tar options can also be given directly.
+and parse them. The only supported tar options are
+@option{--directory}, @option{--files-from}, and @option{--null}.
+This is an obsolete options because those supported tar options can
+also be given directly.
@item --tar @var{command}
@opindex tar