diff --git a/xnotify.go b/xnotify.go index c4ee11b..0490f0b 100644 --- a/xnotify.go +++ b/xnotify.go @@ -56,7 +56,7 @@ func main() { } app := cli.NewApp() app.Name = "xnotify" - app.Version = "0.2.2" + app.Version = "0.2.3" app.Usage = "Watch files for changes." + "\n File changes will be printed to stdout in the format ." + "\n stdin accepts a list of files to watch." +