mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
standard form output (concatenated)
This commit is contained in:
parent
5f78d38221
commit
670e2fb6b0
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ int CLIParserParseArg(CLIParserContext *ctx, int argc, char **argv, void *vargta
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, "\n"_SectionTagColor_("usage:"));
|
PrintAndLogEx(NORMAL, "\n"_SectionTagColor_("usage:"));
|
||||||
PrintAndLogEx(NORMAL, " "_CommandColor_("%s")NOLF, ctx->programName);
|
PrintAndLogEx(NORMAL, " "_CommandColor_("%s")NOLF, ctx->programName);
|
||||||
arg_print_syntaxv(stdout, ctx->argtable, "\n\n");
|
arg_print_syntax(stdout, ctx->argtable, "\n\n");
|
||||||
|
|
||||||
PrintAndLogEx(NORMAL, _SectionTagColor_("options:"));
|
PrintAndLogEx(NORMAL, _SectionTagColor_("options:"));
|
||||||
|
|
||||||
arg_print_glossary(stdout, ctx->argtable, " "_ArgColor_("%-30s")" "_ArgHelpColor_("%s")"\n");
|
arg_print_glossary(stdout, ctx->argtable, " "_ArgColor_("%-30s")" "_ArgHelpColor_("%s")"\n");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue