Browse Source

Fix usage error

master
JustAnotherArchivist 2 years ago
parent
commit
158c1f1fe0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      gofile.io-dl

+ 1
- 1
gofile.io-dl View File

@@ -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



Loading…
Cancel
Save