Ver a proveniência

Fix usage error

master
JustAnotherArchivist há 2 anos
ascendente
cometimento
158c1f1fe0
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      gofile.io-dl

+ 1
- 1
gofile.io-dl Ver ficheiro

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



Carregando…
Cancelar
Guardar