mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
usart btfactory - improve warning message given the cliparser template limit
This commit is contained in:
parent
999d1774cb
commit
9351d29a48
1 changed files with 3 additions and 3 deletions
|
@ -161,11 +161,11 @@ static int CmdUsartBtFactory(const char *Cmd) {
|
||||||
CLIParserContext *ctx;
|
CLIParserContext *ctx;
|
||||||
CLIParserInit(&ctx, "usart btfactory",
|
CLIParserInit(&ctx, "usart btfactory",
|
||||||
"Reset BT add-on to factory settings\n"
|
"Reset BT add-on to factory settings\n"
|
||||||
"WARNING: process only if strictly needed!\n"
|
|
||||||
"This requires\n"
|
"This requires\n"
|
||||||
" 1) BTpower to be turned ON\n"
|
" 1) BTpower to be turned ON\n"
|
||||||
" 2) BT add-on to NOT be connected\n"
|
" 2) BT add-on to NOT be connected\n"
|
||||||
" => the add-on blue LED must blink",
|
" => the add-on blue LED must blink\n\n"
|
||||||
|
_RED_("WARNING:") _CYAN_(" process only if strictly needed!"),
|
||||||
"usart btfactory"
|
"usart btfactory"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue