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/gpgv.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/gpgv.texi')
-rw-r--r-- | doc/gpgv.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi index 2dd9576b6..c8ba9fa5e 100644 --- a/doc/gpgv.texi +++ b/doc/gpgv.texi @@ -91,7 +91,7 @@ Add @var{file} to the list of keyrings. If @var{file} begins with a tilde and a slash, these are replaced by the HOME directory. If the filename does not contain a slash, it is assumed to be in the -home-directory ("~/.gnupg" if --homedir is not used). +home-directory ("~/.gnupg" if @option{--homedir} is not used). @item --output @var{file} @itemx -o @var{file} |