From b46a23a3fafda377df6f5b310a959471f66a13ea Mon Sep 17 00:00:00 2001 From: Cian Gallagher Date: Sun, 9 Jan 2022 23:36:16 +0000 Subject: [PATCH] CLI: Update logger. --- cli/watch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/watch.go b/cli/watch.go index b11875e..2d4844b 100644 --- a/cli/watch.go +++ b/cli/watch.go @@ -38,7 +38,7 @@ type Watcher struct { // Ext is the file extention you want to watch for Ext string `yaml:"ext"` // Operation is the event operation you want to watch for - // CREATE, MODIFY, REMOVE, CHMOD etc. + // CREATE, MODIFY, REMOVE, CHMOD, WRITE itc. Operation string `yaml:"operation"` }