Add missing options and remove nonexistent ones

This commit is contained in:
Alex Malinovich 2016-08-09 16:41:23 -07:00
commit be7d25aa01

View file

@ -165,7 +165,7 @@ usage() {
# Parse commandline # Parse commandline
ALLARGS=( "$@" ) ALLARGS=( "$@" )
optstring="acCdfhkopqrsuU" optstring="acCdfhlpqrSsuU"
getopt -T >/dev/null getopt -T >/dev/null
if [ $? -eq 4 ]; then if [ $? -eq 4 ]; then
optstring="-o $optstring" optstring="-o $optstring"