mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
e5c0fb249b
When calling ziomon --version (or --help) the tool already checks whether blktrace is present and prevents any output for those command options when it isn't. This is unnecessary as no actual command is issued during the parameter check and all other dependencies are checked at a later point as well. Move the dependency check to ensure a working --version and --help option at any time. Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>