make Usage message consistent with README

This commit is contained in:
AJ ONeal 2019-06-10 03:22:00 -06:00
rodič 115ec2ab19
revize 4b9230bd90
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -17,7 +17,7 @@ import (
)
func usage() {
fmt.Println("Usage: go run watchdog.go -c dog.json")
fmt.Println("Usage: watchdog -c config.json")
}
func main() {