From 209e1548713c31693ccf3f917a60fbc6ead545e5 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 29 Apr 2013 09:55:17 +0200 Subject: [PATCH] don't mention ndef type in the text, just ndef is good enough solves #33 --- ykpers-args.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.39.5