Fix -cc argument check typo

This commit is contained in:
Jacob 2023-07-03 23:51:47 +02:00
parent 55a3b95e12
commit 69d5ae6950

View file

@ -439,7 +439,7 @@ read_args() {
[ -d "$narg" ] && dir="$narg" && remove_arg "$narg"
function=fm
;;
-c|--clear-cache) remove_arg "$arg"
-cc|--clear-cache) remove_arg "$arg"
clearcache="true"
;;
-d|--desktop) remove_arg "$arg"