mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: Fix typo in help output
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 <ifranzki@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
d4cee7e65a
commit
52192908eb
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user