wrong arrow

This commit is contained in:
iceman1001 2021-03-27 12:46:24 +01:00
parent d23eadb034
commit 16d9199f52

View file

@ -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,