From a520682f6e611a870ea6e4de8646a1ed9c302f79 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Thu, 28 Jan 2010 22:52:32 +0000 Subject: [PATCH] Add reference to compatibility wiki page --- ykpersonalize.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; } -- 2.39.5