Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #560 from ewhal/filesize_fetcher-help-fix

Fix filesize fetcher
Cette révision appartient à :
akuma06 2017-05-17 01:03:35 +02:00 révisé par GitHub
révision 813cad0adb

Voir le fichier

@ -101,7 +101,7 @@ func main() {
conf := config.New()
processFlags := conf.BindFlags()
defaults := flag.Bool("print-defaults", false, "print the default configuration file on stdout")
mode := flag.String("mode", "webapp", "which mode to run daemon in, either webapp, scraper or filesize_fetcher")
mode := flag.String("mode", "webapp", "which mode to run daemon in, either webapp, scraper or metainfo_fetcher")
flag.Float64Var(&conf.Cache.Size, "c", config.DefaultCacheSize, "size of the search cache in MB")
flag.Parse()