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:
Philipp Rudo
2019-08-21 12:34:43 +02:00
committed by Jan Höppner
parent 27a8c4434c
commit 1d25112589

View File

@@ -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':