From fd3f58496763adf4f1663e5f0b3d8b26a16319ec Mon Sep 17 00:00:00 2001 From: konsthol Date: Mon, 30 Dec 2024 21:54:17 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20even=20try=20to=20refactor=20it?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- grpoppro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grpoppro b/grpoppro index 6248935..76d41a0 100755 --- a/grpoppro +++ b/grpoppro @@ -59,9 +59,9 @@ function curlRequest { # Print usage information function usage { - echo -e "\n\tUsage:\n\n\t$(basename "$0") \"name of film or show\" [season] [episode(ex 01 02 .. 10 11)]" - echo -e "\tOr $(basename "$0") [--menu|--resume|--select|--finish]" - echo -e "\tOr $(basename "$0") --open \"name of film or show\"" + echo -e "\n\tUsage:\n\n\t""$(basename "$0")"" \"name of film or show\" [season] [episode(ex 01 02 .. 10 11)]" + echo -e "\tOr ""$(basename "$0")"" [--menu|--resume|--select|--finish]" + echo -e "\tOr ""$(basename "$0")"" --open \"name of film or show\"" exit 0 }