X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/2e85c969d67eb14a07314802d4ac5dd63eef660b..9e296bfa1190f3bb2aa9ebce308386e31eaf0898:/cmdgen.c?ds=sidebyside 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: *