mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
cliparser cleaning
checked cmdhf.c and cmddata.c and tweaked cliparser.c
This commit is contained in:
parent
38358e2e2a
commit
561c5f779e
3 changed files with 6 additions and 7 deletions
|
@ -77,7 +77,7 @@ int CLIParserParseArg(CLIParserContext *ctx, int argc, char **argv, void *vargta
|
|||
|
||||
PrintAndLogEx(NORMAL,"");
|
||||
if (ctx->programHelp) {
|
||||
PrintAndLogEx(NORMAL,_SectionTagColor_("examples:"));
|
||||
PrintAndLogEx(NORMAL,_SectionTagColor_("examples/notes:"));
|
||||
char *buf = NULL;
|
||||
int idx = 0;
|
||||
buf = realloc (buf,strlen (ctx->programHelp)+1); // more then enough as we are splitting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue