mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zipl: Fix error message printed with --dumptofs
The option --dump does not exist. Adjust it to --dumpto. Signed-off-by: Philipp Rudo <prudo@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
27a8c4434c
commit
1d25112589
@@ -114,7 +114,7 @@ get_command_line(int argc, char* argv[], struct command_line* line)
|
||||
break;
|
||||
case 'D':
|
||||
error_reason("dumptofs has been deprecated, use "
|
||||
"--dump instead");
|
||||
"--dumpto instead");
|
||||
rc = -1;
|
||||
break;
|
||||
case 'M':
|
||||
|
||||
Reference in New Issue
Block a user