From 52192908ebc5b802de877e10d48cdc4ce972c355 Mon Sep 17 00:00:00 2001 From: Ingo Franzki Date: Mon, 25 Nov 2019 16:12:41 +0100 Subject: [PATCH] zkey: Fix typo in help output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The help output for 'zkey generate' has a typo in the description of the '-N, --name' option mentioning a non-existing '-M' option. Signed-off-by: Ingo Franzki Signed-off-by: Jan Höppner --- zkey/zkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zkey/zkey.c b/zkey/zkey.c index 3ae9a9bc..8adbba28 100644 --- a/zkey/zkey.c +++ b/zkey/zkey.c @@ -164,7 +164,7 @@ static struct util_opt opt_vec[] = { .desc = "Name of the secure AES key in the repository. If " "option --name/-N is specified, then the generated " "secure AES key is stored in the repository. Parameter " - "SECURE-KEY-FILE is not used when option --name/-M is " + "SECURE-KEY-FILE is not used when option --name/-N is " "specified", .command = COMMAND_GENERATE, },