]> err.no Git - yubikey-personalization.old/commitdiff
Add reference to compatibility wiki page
authorTollef Fog Heen <tfheen@gmail.com>
Thu, 28 Jan 2010 22:52:32 +0000 (22:52 +0000)
committerTollef Fog Heen <tfheen@gmail.com>
Thu, 28 Jan 2010 22:52:32 +0000 (22:52 +0000)
ykpersonalize.c

index 06cc0973215de93f181ab427abe16f966636f3ba..826bad18f3ec7d0f2ae2e17a2a5b5dc65b220f0a 100644 (file)
@@ -220,7 +220,10 @@ int main(int argc, char **argv)
        if (!(yk_check_firmware_version(yk))) {
                if (yk_errno == YK_EFIRMWARE) {
                        printf("Unsupported firmware revision - some "
-                              "features may not be available\n");
+                              "features may not be available\n"
+                              "Please see \n"
+                              "http://code.google.com/p/yubikey-personalization/wiki/Compatibility\n"
+                              "for more information");
                } else {
                        goto err;
                }