mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Most pvattest subcommands use the command line option -i <input> and -o <output> to specify file input and output respectively. pvattest check however only uses positional arguments for <input> and <output>, e.g. $ pvattest check input.bin output.yaml This provides an inconsistent user interface within the tool and may confuse users. Add the command -i and -o option to the check subcommand to bring it in line with the rest of the tool. $ pvattest check -i input.bin -o output.yaml Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>