From: Klas Lindfors Date: Fri, 9 Nov 2012 14:09:10 +0000 (+0100) Subject: show what ndef will be written to key X-Git-Tag: v1.10.0~31 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd57689339a31180671a4f7fa615be6c6642bc87;p=yubikey-personalization show what ndef will be written to key --- diff --git a/ykpersonalize.c b/ykpersonalize.c index 8d9ed42..ea8a748 100644 --- a/ykpersonalize.c +++ b/ykpersonalize.c @@ -203,7 +203,7 @@ int main(int argc, char **argv) if (ykp_command(cfg) == SLOT_SWAP) { fprintf(stderr, "Configuration in slot 1 and 2 will be swapped\n"); } else if(ykp_command(cfg) == SLOT_NDEF || ykp_command(cfg) == SLOT_NDEF2) { - fprintf(stderr, "New NDEF URI will be written\n"); + fprintf(stderr, "New NDEF will be written as:\n%s\n", ndef_string); } else if(zap) { fprintf(stderr, "Configuration in slot %d will be deleted\n", ykp_config_num(cfg)); } else {