From 242b14d726c8cac4f7562b7b25f41e0225dbbc52 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 28 Jan 2010 22:52:32 +0000 Subject: [PATCH] Add reference to compatibility wiki page git-svn-id: https://yubikey-personalization.googlecode.com/svn/trunk@223 b62f149e-849f-11dd-9899-c7ba65f7c4c7 --- 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