From 89c4ecb2f5fc070f5e6251c08213133f7eeb05d7 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Fri, 17 Jan 2025 13:55:45 +0100
Subject: [PATCH] update help text

---
 docs/20_Usage.md | 2 +-
 onfilechange.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/20_Usage.md b/docs/20_Usage.md
index 0faae15..489068f 100644
--- a/docs/20_Usage.md
+++ b/docs/20_Usage.md
@@ -39,7 +39,7 @@ PRAMETERS:
   -s|--stat
     force stat command (default mode)
  
-  -v
+  -v|--verbose
     verbose mode; enable showing debug output; it should be the first option
     to see handling of other options
   
diff --git a/onfilechange.sh b/onfilechange.sh
index 80ec501..2d70f8f 100755
--- a/onfilechange.sh
+++ b/onfilechange.sh
@@ -80,7 +80,7 @@ PRAMETERS:
   -s|--stat
     force stat command (default mode)
  
-  -v
+  -v|--verbose
     verbose mode; enable showing debug output; it should be the first option
     to see handling of other options
   
-- 
GitLab