mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
log help as well, for consistent logging experience
This commit is contained in:
parent
726c421b1e
commit
abf81bbbb7
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ void CmdsHelp(const command_t Commands[]) {
|
||||||
while (Commands[i].Name) {
|
while (Commands[i].Name) {
|
||||||
if (Commands[i].IsAvailable())
|
if (Commands[i].IsAvailable())
|
||||||
// PrintAndLogEx(NORMAL, _GREEN_("%-16s")" %s", Commands[i].Name, Commands[i].Help);
|
// PrintAndLogEx(NORMAL, _GREEN_("%-16s")" %s", Commands[i].Name, Commands[i].Help);
|
||||||
printf(_GREEN_("%-16s")" %s\n", Commands[i].Name, Commands[i].Help);
|
PrintAndLogEx(NORMAL, _GREEN_("%-16s")" %s", Commands[i].Name, Commands[i].Help);
|
||||||
++i;
|
++i;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue