make Usage message consistent with README

这个提交包含在:
AJ ONeal 2019-06-10 03:22:00 -06:00
父节点 115ec2ab19
当前提交 4b9230bd90
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

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