From c0444d4352fba547ff8804b4203bdab885502f14 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen <phil@teuwen.org> Date: Wed, 13 Oct 2021 23:25:04 +0200 Subject: [PATCH] fix hf mf restore help text --- client/src/cmdhfmf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdhfmf.c b/client/src/cmdhfmf.c index c699e9e0d..cc8f7614a 100644 --- a/client/src/cmdhfmf.c +++ b/client/src/cmdhfmf.c @@ -837,7 +837,7 @@ static int CmdHF14AMfRestore(const char *Cmd) { "\n" "`--uid` param is used for filename templates `hf-mf-<uid>-dump.bin` and `hf-mf-<uid>-key.bin.\n" " If not specified, it will read the card uid instead.\n" - " `-w` param you can indicate that the key file should be used for authentication instead.\n" + " `--ka` param you can indicate that the key file should be used for authentication instead.\n" " if so we also try both B/A keys", "hf mf restore\n" "hf mf restore --1k --uid 04010203\n"