From: Klas Lindfors Date: Mon, 29 Apr 2013 07:55:17 +0000 (+0200) Subject: don't mention ndef type in the text, just ndef is good enough X-Git-Tag: v1.14.0~17 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=209e1548713c31693ccf3f917a60fbc6ead545e5;p=yubikey-personalization don't mention ndef type in the text, just ndef is good enough solves #33 --- diff --git a/ykpers-args.c b/ykpers-args.c index 4c5d4e0..7402d8f 100644 --- a/ykpers-args.c +++ b/ykpers-args.c @@ -70,8 +70,8 @@ const char *usage = " char hex value (not modhex)\n" "-cXXX.. A 12 char hex value (not modhex) to use as access code for programming\n" " (this does NOT SET the access code, that's done with -oaccess=)\n" -"-nXXX.. Write NDEF type 2 URI to YubiKey NEO, must be used with -1 or -2\n" -"-tXXX.. Write NDEF type 2 text to YubiKey NEO, must be used with -1 or -2\n" +"-nXXX.. Write NDEF URI to YubiKey NEO, must be used with -1 or -2\n" +"-tXXX.. Write NDEF text to YubiKey NEO, must be used with -1 or -2\n" "-mMODE Set the USB operation mode of the YubiKey NEO.\n" " Possible MODE arguments are:\n" " 0 HID device only.\n"