wrong arrow
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user