Release new version 0.6.1
[grml-rescueboot.git] / update-grml-rescueboot
index 89200c3..f555034 100755 (executable)
@@ -34,7 +34,7 @@ usage() {
   echo "Usage: $(basename "$0") [-f] [-a <32|64|96>] [-t <small|full>]"
 }
 
-while getopts ":a::t::f:h" opt ; do
+while getopts ":a:t:fh" opt ; do
   case ${opt} in
     a)
       if [ "${OPTARG}" = 32 ] || [ "${OPTARG}" = 64 ] || [ "${OPTARG}" = 96 ] ; then
@@ -150,4 +150,4 @@ fi
 echo "Invoking 'update-grub' now."
 update-grub
 
-echo "Sucessfully finished grml-rescueboot integration."
+echo "Successfully finished grml-rescueboot integration."