From 16d9199f525b54ad0fff67c4a727a5f276f08d5d Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 27 Mar 2021 12:46:24 +0100 Subject: [PATCH] wrong arrow --- client/src/cmdhftopaz.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/cmdhftopaz.c b/client/src/cmdhftopaz.c index ba150cb71..9f174ca9d 100644 --- a/client/src/cmdhftopaz.c +++ b/client/src/cmdhftopaz.c @@ -494,7 +494,7 @@ static int CmdHFTopazSim(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "hf topaz sim", "Simulate a Topaz tag", - "hf topaz sim <- Not yet implemented"); + "hf topaz sim -> Not yet implemented"); void *argtable[] = { arg_param_begin, @@ -510,7 +510,7 @@ static int CmdHFTopazCmdRaw(const char *Cmd) { CLIParserContext *ctx; CLIParserInit(&ctx, "hf topaz raw", "Send raw hex data to Topaz tags", - "hf topaz raw <- Not yet implemented"); + "hf topaz raw -> Not yet implemented"); void *argtable[] = { arg_param_begin,