From d60dc056e2dff10009820d920bd7d196a80e4f8d Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@iml.unibe.ch>
Date: Mon, 21 Oct 2019 10:22:49 +0200
Subject: [PATCH] use stat as default

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index ad74e1b..af86b59 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ If one of the watched file changes then a given command will be exxecuted.
 It loops permanently; you need to stop it by Ctrl + C and/ or can
 use it as systemd watcher daemon.
 
-It uses stats for wide compatibility but prefers inotifywatch to
-check a file change.
+It uses stat for wide compatibility but can enable inotifywatch to
+check a file change by an event.
 
 licence: Free software GNU GPL 3.0
 
@@ -30,11 +30,11 @@ Parameters
     -i
         force inotifywait command
     -s
-        force stats command
+        force stat command
     -v
         verbose mode; enable showing debug output
     -w [integer]
-        for stats mode: wait time in seconds betweeen each test or on missing file; default: 5 sec
+        for stat mode: wait time in seconds betweeen each test or on missing file; default: 5 sec
 
 ```
 
-- 
GitLab