Hacker News new | ask | show | jobs
by manacit 4565 days ago

        flag.StringVar(&path, "watch", ".", "path to be watched")
        flag.StringVar(&command, "command", "echo", "path to be watched")
I think there may be a mistake?
2 comments

You might want to update Readme.md too :)

  Usage of eyenotify:
   -command="echo": path to be watched
thanks man! fixed :)
I've been onto this for long just to always forget to fix it. Thanks!