Browse Source

make Usage message consistent with README

cmd
AJ ONeal 5 years ago
parent
commit
4b9230bd90
  1. 2
      watchdog.go

2
watchdog.go

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

Loading…
Cancel
Save