From 547e4624223716dd635906ce4dd88e1c7a3e22b9 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 5 Mar 2021 12:55:28 +0100 Subject: [PATCH] spelling --- client/src/flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/flash.c b/client/src/flash.c index 9693d8803..2f5f037c3 100644 --- a/client/src/flash.c +++ b/client/src/flash.c @@ -412,7 +412,7 @@ static void flash_suggest_update_bootloader(void) { PrintAndLogEx(ERR, _RED_("reboot the Proxmark3 then only update the main firmware") "\n"); PrintAndLogEx(ERR, "Follow these steps :"); PrintAndLogEx(ERR, " 1) ./pm3-flash-bootrom"); - PrintAndLogEx(ERR, " 2) ./pm3-flash-flash-all"); + PrintAndLogEx(ERR, " 2) ./pm3-flash-all"); PrintAndLogEx(ERR, " 3) ./pm3"); PrintAndLogEx(INFO, "--------------------------------------------------------"); g_printed_msg = true;