mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 13:00:42 -07:00
more colors
This commit is contained in:
parent
2639de23c6
commit
8657e17a0b
1 changed files with 2 additions and 2 deletions
|
@ -441,7 +441,7 @@ int main(int argc, char *argv[]) {
|
||||||
|
|
||||||
if (strlen(script_cmd) == 0) {
|
if (strlen(script_cmd) == 0) {
|
||||||
script_cmd = NULL;
|
script_cmd = NULL;
|
||||||
PrintAndLogEx(WARNING, "ERROR: execute command: command not found.\n");
|
PrintAndLogEx(ERR, _RED_("ERROR:") "execute command: " _YELLOW_("command not found") ".\n");
|
||||||
return 2;
|
return 2;
|
||||||
} else {
|
} else {
|
||||||
if (addLuaExec) {
|
if (addLuaExec) {
|
||||||
|
@ -456,7 +456,7 @@ int main(int argc, char *argv[]) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
PrintAndLogEx(SUCCESS, "execute command from commandline: %s\n", script_cmd);
|
PrintAndLogEx(SUCCESS, "execute command from commandline: " _YELLOW_("%s") "\n", script_cmd);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue