]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - cmdgen.c
thinko
[PuTTY.git] / cmdgen.c
index d1c94ac08e26b4220a2f1081e406b39f91aa4811..c4fcc9e1e4a34b65821729d43c19dbc602eb1a90 100644 (file)
--- 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:
                         *