diff --git a/data/collect-data.sh.in b/data/collect-data.sh.in index 9bbbf866..118f993c 100755 --- a/data/collect-data.sh.in +++ b/data/collect-data.sh.in @@ -87,8 +87,8 @@ Description: Run this script as root to obtain a markdown-formatted summary Options: - -h | --help | help : show this usage summary. - -v | --version | version : show program version. + -h | --help : show this usage summary. + -v | --version : show program version. EOT } @@ -356,8 +356,8 @@ show_runtime() main() { case "$1" in - -h|--help|help) usage && exit 0;; - -v|--version|version) version && exit 0;; + -h|--help) usage && exit 0;; + -v|--version) version && exit 0;; esac [ $(id -u) -eq 0 ] || die "Need to run as root"