From 158c1f1fe050813caa0a02ed976282f5c8027b03 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Sun, 15 Aug 2021 21:39:11 +0000 Subject: [PATCH] Fix usage error --- gofile.io-dl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gofile.io-dl b/gofile.io-dl index 13c179b..22745e8 100755 --- a/gofile.io-dl +++ b/gofile.io-dl @@ -24,7 +24,7 @@ function printurl { if [[ $# -ne 1 || ( ! "$1" =~ ^https://gofile\.io/d/[0-9a-zA-Z]+$ && ! "$1" =~ ^https://gofile\.io/\?c=[0-9a-zA-Z]+$ ) ]] then - echo 'Usage: gofile.io-dl URL' >&2 + echo 'Usage: gofile.io-dl [--urls] [--nodl] URL' >&2 exit 1 fi