mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-16 10:03:04 -07:00
added a interactive flag for hf14asniff, and unified text across the project
This commit is contained in:
parent
c3be58229d
commit
efc8c0b8ab
17 changed files with 35 additions and 20 deletions
|
@ -1495,7 +1495,7 @@ static int CmdHF15FindAfi(const char *Cmd) {
|
|||
bool fast = (arg_get_lit(ctx, 1) == false);
|
||||
CLIParserFree(ctx);
|
||||
|
||||
PrintAndLogEx(INFO, "Press " _GREEN_("pm3 button") " or press " _GREEN_("<Enter>") " to exit");
|
||||
PrintAndLogEx(INFO, "Press " _GREEN_("pm3 button") " or " _GREEN_("<Enter>") " to exit");
|
||||
|
||||
struct p {
|
||||
uint32_t flags;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue