mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
fix
This commit is contained in:
parent
585e067ba9
commit
dfa8a648ac
2 changed files with 1 additions and 2 deletions
|
@ -1007,7 +1007,7 @@ static int CmdAnalyseFreq(const char *Cmd) {
|
||||||
static int CmdAnalyseFoo(const char *Cmd) {
|
static int CmdAnalyseFoo(const char *Cmd) {
|
||||||
|
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "analyze foo",
|
CLIParserInit(&ctx, "analyse foo",
|
||||||
"experiments of cliparse",
|
"experiments of cliparse",
|
||||||
"analyse foo -r a0000000a0002021"
|
"analyse foo -r a0000000a0002021"
|
||||||
);
|
);
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
analyse foo
|
|
||||||
data rawdemod
|
data rawdemod
|
||||||
hf 15 dump
|
hf 15 dump
|
||||||
hf 15 info
|
hf 15 info
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue