diff options
author | Werner Koch <[email protected]> | 2021-03-22 15:30:11 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-04-29 17:50:58 +0000 |
commit | f9198189e35e0dd05abb8dfbf07eaf38f77bc063 (patch) | |
tree | 698bb25cc079dac1ecaf59acb31be930d7dbd402 | |
parent | w32: Silence a compiler warning in dirmngr.c (diff) | |
download | gnupg-f9198189e35e0dd05abb8dfbf07eaf38f77bc063.tar.gz gnupg-f9198189e35e0dd05abb8dfbf07eaf38f77bc063.zip |
doc: Fix option name.
--
-rw-r--r-- | doc/gpg.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 24864bf63..9b6303540 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -686,7 +686,7 @@ used for no expiration date. If this command is used with @option{--batch}, @option{--pinentry-mode} has been set to @code{loopback}, and one of the passphrase options (@option{--passphrase}, -@option{--passphrase-fd}, or @option{passphrase-file}) is used, the +@option{--passphrase-fd}, or @option{--passphrase-file}) is used, the supplied passphrase is used for the new key and the agent does not ask for it. To create a key without any protection @code{--passphrase ''} may be used. |