Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Aug 28, 2023
1 parent ba320f2 commit 7196150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/cmdhw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1294,7 +1294,7 @@ void pm3_version(bool verbose, bool oneliner) {
return;

PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("Proxmark3 RFID instrument") " ]");
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("CLIENT") " ]");
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("Client") " ]");
FormatVersionInformation(temp, sizeof(temp), " ", &g_version_information);
PrintAndLogEx(NORMAL, "%s", temp);
PrintAndLogEx(NORMAL, " compiled with............. " PM3CLIENTCOMPILER __VERSION__);
Expand Down Expand Up @@ -1333,7 +1333,7 @@ void pm3_version(bool verbose, bool oneliner) {
#endif

if (g_session.pm3_present) {
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("PROXMARK3") " ]");
PrintAndLogEx(NORMAL, "\n [ " _YELLOW_("Proxmark3") " ]");

PacketResponseNG resp;
clearCommandBuffer();
Expand Down

0 comments on commit 7196150

Please sign in to comment.