From 2f461f673eb41d7c2ebfb2ac6c60284ff99ffd69 Mon Sep 17 00:00:00 2001 From: Claudio Imbrenda Date: Thu, 21 Sep 2017 17:15:51 +0200 Subject: [PATCH] cpi: add missing help line The information shown with the --help option did not mention the -v or --version option which can be used to retrieve the version information. This patch fixes it. Fixes: 7179f5de2a1582 ("cpi: Introduce new udev rule and integrate with systemd unit") Signed-off-by: Claudio Imbrenda Reference-ID: VS1706 Signed-off-by: Michael Holzheu --- scripts/cpictl | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/cpictl b/scripts/cpictl index f784f835..7e72a29a 100755 --- a/scripts/cpictl +++ b/scripts/cpictl @@ -53,6 +53,7 @@ Configure the Control-Program-Information (CPI) settings. -N, --name SYSTEM Set and commit the system name to SYSTEM -S, --sysplex SYSPLEX Set and commit the sysplex name to SYSPLEX -T, --type TYPE Set and commit OS type to TYPE + -v, --version Show version information --commit Ignore all other options and commit any uncommitted values --dry-run Do not actually set or commit anything, but show what