diff --git a/main.go b/main.go index e88ae67..38dc747 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ func main() { // define cmd line flags tags := flag.String("tags", "", "Tags to search for") maxConcurrents := flag.Int("concurrents", 5, "Maximum amount of concurrent downloads") - postLimit := flag.Int("limit", 99999999, "Maximum amount of posts to grab from e621") + postLimit := flag.Int("limit", 999999999, "Maximum amount of posts to grab from e621") saveDirectory := flag.String("out", "e621", "The directory to write the downloaded posts to") sfw := flag.Bool("sfw", false, "Download posts from e926 instead of e621")