X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/2e85c969d67eb14a07314802d4ac5dd63eef660b..985b644054f5e0d777184c48bfd8a97e824705fd:/cmdgen.c diff --git a/cmdgen.c b/cmdgen.c index d1c94ac0..c4fcc9e1 100644 --- a/cmdgen.c +++ b/cmdgen.c @@ -313,7 +313,11 @@ int main(int argc, char **argv) } else if (!strcmp(opt, "-version")) { showversion(); nogo = TRUE; - } + } else if (!strcmp(opt, "-pgpfp")) { + /* support "-pgpfp" for consistency with others */ + pgp_fingerprints(); + nogo = TRUE; + } /* * A sample option requiring an argument: *