--with-fingerprint(s)

Werner Koch wk at gnupg.org
Thu Oct 28 12:48:16 CEST 2004


On Wed, 27 Oct 2004 12:27:00 -0400 (EDT), Atom 'Smasher' said:

> ## reading from keyring file
>   	$ gpg --list-keys smasher --with-fingerprints
>   	$ gpg --list-keys smasher --with-fingerprint
>   	## these both work as expected ##

> why does --with-fingerprint(s) work with list-keys but only
> - --with-fingerprint works with stdin?

With gpg you can't mix options and arguments. As soon as a non-option
is recognized the remaining words on the line are not checked for
beeing an option.  What you want is:

>   	$ gpg --list-keys --with-fingerprint  smasher


> Version: GnuPG v1.3.6 (FreeBSD)

Still using 1.3.6 ?  I just released 1.3.92.


Salam-Shalom,

   Werner




More information about the Gnupg-devel mailing list