From 2f2443c7fa3c493453dd5f86d5b70a4bd3368ec5 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Mon, 24 Feb 2020 21:31:58 +0100 Subject: [PATCH] text --- client/proxmark3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/proxmark3.c b/client/proxmark3.c index d582bafc0..522d982c7 100644 --- a/client/proxmark3.c +++ b/client/proxmark3.c @@ -61,7 +61,7 @@ static int check_comm(void) { rl_set_prompt(PROXPROMPT_OFFLINE); rl_forced_update_display(); CloseProxmark(); - PrintAndLogEx(INFO, "Running in " _YELLOW_("OFFLINE") "mode. Use \"hw connect\" to reconnect\n"); + PrintAndLogEx(INFO, "Running in " _YELLOW_("OFFLINE") "mode. Use "_YELLOW_("\"hw connect\"") "to reconnect\n"); } return 0; }