From 88d95b639f2826b754c233a65d5b789db3cad708 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Wed, 17 Feb 2021 11:42:37 +0100 Subject: [PATCH] text --- client/src/cmdhfjooki.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfjooki.c b/client/src/cmdhfjooki.c index a513109a0..39a4d4286 100644 --- a/client/src/cmdhfjooki.c +++ b/client/src/cmdhfjooki.c @@ -581,7 +581,7 @@ static int CmdHF14AJookiClone(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "hf jooki clone", "Write a Jooki token to a Ultralight or NTAG tag", - "hf jooki clone -d --> where hex is raw NDEF" + "hf jooki clone -d --> where hex is raw NDEF\n" "hf jooki clone --b64 7WzlgEzqLgwTnWNy --> using base64 url parameter" );