From: Tollef Fog Heen Date: Thu, 28 Jan 2010 22:52:32 +0000 (+0000) Subject: Add reference to compatibility wiki page X-Git-Tag: yubikey-personalisation_1.3.5-1~4^2~40 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a520682f6e611a870ea6e4de8646a1ed9c302f79;p=yubikey-personalization.old Add reference to compatibility wiki page --- diff --git a/ykpersonalize.c b/ykpersonalize.c index 06cc097..826bad1 100644 --- a/ykpersonalize.c +++ b/ykpersonalize.c @@ -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; }