From 114c4b67d43d7fa1cd7b5014153b82aa8492c74d Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Tue, 22 Nov 2016 18:34:12 -0800 Subject: [PATCH] fix chboot options --- chboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chboot b/chboot index 2a357e6..b90b926 100755 --- a/chboot +++ b/chboot @@ -44,7 +44,7 @@ grub_extn=4 ###### begin command line parsing ##### reboot=true -temp=$(getopt -l opt o "$@") || usage 1 +temp=$(getopt -l help hdr "$@") || usage 1 eval set -- "$temp" while true; do case $1 in -- 2.30.2