Procházet zdrojové kódy

Fix usage error

master
JustAnotherArchivist před 2 roky
rodič
revize
158c1f1fe0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      gofile.io-dl

+ 1
- 1
gofile.io-dl Zobrazit soubor

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



Načítá se…
Zrušit
Uložit