Release: 1.2.4
Description
The --list-keys command, which normally sends data to stdout, does not respect the --output option.
How To Repeat
$ gpg --output foo --list-keys
[key listing on stdout]
Fix
Unknown
Release: 1.2.4
The --list-keys command, which normally sends data to stdout, does not respect the --output option.
$ gpg --output foo --list-keys
[key listing on stdout]
Unknown
Note that --output is used for the data processed by GnuPG but not for any key administration
This is know. I don't consider this a bug but a wish. The
planned GnuPG 2 might implement this.