From 500e594c2da530e69a63fc1a40d173458682fa0e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 15 Nov 2016 20:11:40 +0100 Subject: 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' - --- doc/gpgv.texi | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/gpgv.texi') 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 -- cgit v1.2.3