make Usage message consistent with README

Este commit está contenido en:
AJ ONeal 2019-06-10 03:22:00 -06:00
padre 115ec2ab19
commit 4b9230bd90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

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