From 77642a9c1b5b6fd563b27bc14dfd935c057d4483 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Wed, 18 Aug 2021 23:07:12 +0200 Subject: [PATCH] Double quotes are no longer needed --- include/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions b/include/functions index f468841..438ee7e 100644 --- a/include/functions +++ b/include/functions @@ -7,7 +7,7 @@ error_exit() { } usage() { - echo -e "usage: $PROGNAME [-h|--help] \"\"" + echo -e "usage: $PROGNAME [-h|--help] " } sub_to_list() {