]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/blobdiff - unix/gtkwin.c
If it's available, try to use clock_gettime(CLOCK_MONOTONIC) rather than
[PuTTY_svn.git] / unix / gtkwin.c
index 91c130545a9b7ea0f31fc7f3cf793684b4a9dd53..c93aedad48c2c53fce4fc3f5ed01ece6be711af3 100644 (file)
@@ -2561,7 +2561,11 @@ int do_cmdline(int argc, char **argv, int do_everything,
        } else if(!strcmp(p, "-help") || !strcmp(p, "--help")) {
            help(stdout);
            exit(0);
-           
+
+        } else if (!strcmp(p, "-pgpfp")) {
+            pgp_fingerprints();
+            exit(1);
+
        } else if(p[0] != '-' && (!do_everything ||
                                   process_nonoption_arg(p, cfg))) {
             /* do nothing */