make Usage message consistent with README

Cette révision appartient à :
AJ ONeal 2019-06-10 03:22:00 -06:00
Parent 115ec2ab19
révision 4b9230bd90
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

@ -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() {