fix chboot options
[automated-distro-installer] / 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