From b7aaddf91ea5722ece68fa3a784200d3f0ee2a7c Mon Sep 17 00:00:00 2001 From: akuma06 Date: Wed, 17 May 2017 00:47:55 +0200 Subject: [PATCH] Fix filesize fetcher --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index a24c1f53..6f38db24 100644 --- a/main.go +++ b/main.go @@ -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()