make Usage message consistent with README

このコミットが含まれているのは:
AJ ONeal 2019-06-10 03:22:00 -06:00
コミット 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() {