From fe0eedaa6ab32f52e0f019716bccad23b52b17e8 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 16 Jan 2024 13:53:19 +0100 Subject: [PATCH] style --- client/src/cmdhf14a.c | 4 ++-- doc/commands.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/cmdhf14a.c b/client/src/cmdhf14a.c index da3655863..690196ace 100644 --- a/client/src/cmdhf14a.c +++ b/client/src/cmdhf14a.c @@ -1398,12 +1398,12 @@ static int CmdHF14ACmdRaw(const char *Cmd) { arg_lit0("r", NULL, "Do not read response"), arg_lit0("s", NULL, "Active signal field ON with select"), arg_int0("t", "timeout", "", "Timeout in milliseconds"), - arg_int0("b", NULL, "","Number of bits to send. Useful for send partial byte"), + arg_int0("b", NULL, "", "Number of bits to send. Useful for send partial byte"), arg_lit0("v", "verbose", "Verbose output"), arg_lit0(NULL, "ecp", "Use enhanced contactless polling"), arg_lit0(NULL, "mag", "Use Apple magsafe polling"), arg_lit0(NULL, "topaz", "Use Topaz protocol to send command"), - arg_strx1(NULL, NULL, "","Raw bytes to send"), + arg_strx1(NULL, NULL, "", "Raw bytes to send"), arg_param_end }; CLIExecWithReturn(ctx, Cmd, argtable, false); diff --git a/doc/commands.json b/doc/commands.json index c1b8ec03c..b852f32fc 100644 --- a/doc/commands.json +++ b/doc/commands.json @@ -12242,6 +12242,6 @@ "metadata": { "commands_extracted": 707, "extracted_by": "PM3Help2JSON v1.00", - "extracted_on": "2024-01-16T10:52:42" + "extracted_on": "2024-01-16T12:52:56" } } \ No newline at end of file