X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/615cdc1fec47b39c0b272e564e5199d0060850d0..2285d016cf0103f03e05e53e22025282c104a164:/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: *