diff options
author | Werner Koch <[email protected]> | 2016-11-15 19:11:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-11-15 19:11:59 +0000 |
commit | 500e594c2da530e69a63fc1a40d173458682fa0e (patch) | |
tree | 638b51c32cb94d8b5437c2b556d52f2607db8f81 /doc/gpgv.texi | |
parent | gpg: Add new compliance mode "de-vs". (diff) | |
download | gnupg-500e594c2da530e69a63fc1a40d173458682fa0e.tar.gz gnupg-500e594c2da530e69a63fc1a40d173458682fa0e.zip |
gpgv: New option --enable-special-filenames.
* g10/gpgv.c (oEnableSpecialFilenames): New.
(opts): Add option --enable-special-filenames.
(main): Implement that option.
--
This is the same option we have in gpg. It allows to use commands
like
gpgv --enable-special-filenames -- '-&3' - <msg 3<msg.sig
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/gpgv.texi')
-rw-r--r-- | doc/gpgv.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi index 9a74c2794..0608a3fbb 100644 --- a/doc/gpgv.texi +++ b/doc/gpgv.texi @@ -128,6 +128,12 @@ supplied multiple times if multiple algorithms should be considered weak. MD5 is always considered weak, and does not need to be listed explicitly. +@item --enable-special-filenames +@opindex enable-special-filenames +This option enables a mode in which filenames of the form +@file{-&n}, where n is a non-negative decimal number, +refer to the file descriptor n and not to a file with that name. + @end table @mansect return value |