cliparser cleanup 2
cmdhf14a.c, cmdhfido.c, cmdhficlass.c, cmdhfmf.c menu help updates. cliparser.c : tweak for readability with long examples.
This commit is contained in:
@@ -641,9 +641,8 @@ static int CmdHFiClassSniff(const char *Cmd) {
|
||||
CLIParserContext *ctx;
|
||||
CLIParserInit(&ctx, "hf iclass sniff",
|
||||
"Sniff the communication reader and tag",
|
||||
"Usage:\n"
|
||||
_YELLOW_("\thf iclass sniff") "\n"
|
||||
_YELLOW_("\thf iclass sniff -j") " -> jam e-purse updates\n"
|
||||
"hf iclass sniff\n"
|
||||
"hf iclass sniff -j -> jam e-purse updates\n"
|
||||
);
|
||||
|
||||
void *argtable[] = {
|
||||
|
||||
Reference in New Issue
Block a user