mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-20 07:02:48 +08:00
wrong arrow
This commit is contained in:
parent
d23eadb034
commit
16d9199f52
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue