From a19bdcf818b9c14dd64181cd3e18175d6aeaef0e Mon Sep 17 00:00:00 2001 From: Marcus Furlong Date: Tue, 16 Feb 2021 11:38:21 -0500 Subject: [PATCH] add client -h option to getopts fixes #284 --- client/patchman-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/patchman-client b/client/patchman-client index 44aee43a..59410ba6 100755 --- a/client/patchman-client +++ b/client/patchman-client @@ -26,7 +26,7 @@ usage() { } parseopts() { - while getopts "vdnrs:c:t:" opt; do + while getopts "vdnrs:c:t:h:" opt; do case ${opt} in v) verbose=1