diff --git a/autoscrape.go b/autoscrape.go index 1c932b9..ad25f32 100644 --- a/autoscrape.go +++ b/autoscrape.go @@ -14,7 +14,7 @@ const PROGRAM_NAME = "autoscrape" func main() { if len(os.Args) <= 2 { - fmt.Print("Usage: " + PROGRAM_NAME + " [page-parameter] [max-pages]\n") + fmt.Print("Usage: " + PROGRAM_NAME + " [page-parameter] [max-pages]\n") os.Exit(1) } url := os.Args[1]