btrbk minor fixes
[distro-setup] / switch-mail-host
old mode 100755 (executable)
new mode 100644 (file)
index c67f306..13209a2
@@ -23,7 +23,7 @@ EOF
 ##### begin command line parsing ########
 
 update_wrt=true # default
-temp=$(getopt -l help wh "$@") || usage 1
+temp=$(getopt -l help owh "$@") || usage 1
 mp_args=
 eval set -- "$temp"
 while true; do