mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
b47603a0ac
commit
500e594c2d
2 changed files with 11 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue