From f33a83b5600d301724d1acfd0f13f66b11eaf7b4 Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sat, 4 Mar 2023 17:28:24 -0500 Subject: [PATCH] fixed less --- quotes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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