fix chboot options
authorIan Kelling <ian@iankelling.org>
Wed, 23 Nov 2016 02:34:12 +0000 (18:34 -0800)
committerIan Kelling <ian@iankelling.org>
Mon, 6 Feb 2017 06:21:42 +0000 (22:21 -0800)
chboot

diff --git a/chboot b/chboot
index 2a357e6d2f1dba5e01d92bdd8fa597a3958cbfd0..b90b9261187bd5ab6aaff97110a88cb819ad822e 100755 (executable)
--- 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