diff options
Diffstat (limited to 'doc/gpg.texi')
-rw-r--r-- | doc/gpg.texi | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 27845127f..87dc95575 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2184,12 +2184,15 @@ signatures to prevent the mail system from breaking the signature. Note that all other PGP versions do it this way too. Enabled by default. @option{--no-escape-from-lines} disables this option. -@ifset gpgone @item --passphrase-fd @code{n} Read the passphrase from file descriptor @code{n}. Only the first line will be read from file descriptor @code{n}. If you use 0 for @code{n}, the passphrase will be read from stdin. This can only be used if only one passphrase is supplied. +@ifclear gpgone +Note that this passphrase is only used if the option @option{--batch} +has also been given. This is different from @command{gpg}. +@end ifclear @item --passphrase-file @code{file} Read the passphrase from file @code{file}. Only the first line will @@ -2197,13 +2200,20 @@ be read from file @code{file}. This can only be used if only one passphrase is supplied. Obviously, a passphrase stored in a file is of questionable security if other users can read this file. Don't use this option if you can avoid it. +@ifclear gpgone +Note that this passphrase is only used if the option @option{--batch} +has also been given. This is different from @command{gpg}. +@end ifclear @item --passphrase @code{string} Use @code{string} as the passphrase. This can only be used if only one passphrase is supplied. Obviously, this is of very questionable security on a multi-user system. Don't use this option if you can avoid it. -@end ifset +@ifclear gpgone +Note that this passphrase is only used if the option @option{--batch} +has also been given. This is different from @command{gpg}. +@end ifclear @item --command-fd @code{n} This is a replacement for the deprecated shared-memory IPC mode. |