diff --git a/quotes.sh b/quotes.sh index ca94da5..df5e420 100755 --- a/quotes.sh +++ b/quotes.sh @@ -68,7 +68,7 @@ for arg in "$@"; do done # parse args -while getopts "hrdfp" opt ; do +while getopts "hrdfl" opt ; do case "$opt" in 'h') usage