mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zkey: Fix typo in error message
Fixes: bb6a47db55 ("Add KMS support for 'zkey generate' command")
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
Reviewed-by: Finn Callies <fcallies@linux.ibm.com>
Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
82b9328e48
commit
b455ee9a31
@@ -1941,7 +1941,7 @@ static int command_generate_repository(void)
|
||||
}
|
||||
|
||||
if (g.clearkeyfile != NULL) {
|
||||
warnx("Option '----clearkey|-c' is not valid for "
|
||||
warnx("Option '--clearkey|-c' is not valid for "
|
||||
"generating a key in a KMS-bound repository, "
|
||||
"unless option '--local|-L' is also specified");
|
||||
util_prg_print_parse_error();
|
||||
|
||||
Reference in New Issue
Block a user