Release: 1.2.4
Environment
Windows XP Pro
Description
If I add the command option: --output "myfile.txt"
as the second option in:
gpg --passphrase-fd 0 --decrypt-files "c:\b.gpg"
I get the error:
--output doesnt work for this command
even thought his syntax appears in the documentation as valid.
How To Repeat
Open a command window
Type
gpg --passphrase-fd 0 --output "c:\c.txt" --decrypt-files "c:\b.gpg"
Fix
no bug - no fix