Explorar el Código

Fix usage error

master
JustAnotherArchivist hace 2 años
padre
commit
158c1f1fe0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      gofile.io-dl

+ 1
- 1
gofile.io-dl Ver fichero

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



Cargando…
Cancelar
Guardar