From 15bbd1bfd0de24220500ae3132e7a0ed724c4d7e Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Mon, 29 Jan 2024 09:37:43 +0100
Subject: [PATCH] update help

---
 check_docker_stats        |  2 +-
 check_dockercontainer_top | 10 +---------
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/check_docker_stats b/check_docker_stats
index 3c5d60d..4ebe86c 100755
--- a/check_docker_stats
+++ b/check_docker_stats
@@ -77,7 +77,7 @@ EXAMPLES:
     given path first - then in all other dirs of \$PATH
 
   $_self -d
-    Show stats of all containers and json with all docker system infos.
+    Show stats of all containers and json with docker env infos.
 
   $_self -m cpu
     Show cpu usage total of all containers. The container list is sorted
diff --git a/check_dockercontainer_top b/check_dockercontainer_top
index 7d8179e..a4a4fe3 100755
--- a/check_dockercontainer_top
+++ b/check_dockercontainer_top
@@ -64,20 +64,12 @@ EXAMPLES:
   $_self
     Show processes of all containers
 
-  $_self -c
-    Show processes of all containers and a list of container names with its
-    status. Warning: this feature uses docker ps --all and can be slow.
-
-  $_self -e
-    Show processes of all containers. If not all containers are running you
-    get a list of container names with its status.
-
   $_self -p /usr/bin
     Show processes of all containers. The docker binary will be searched in
     given path first - then in all other dirs of \$PATH
 
   $_self -d
-    Show processes of all containers and json with all docker system infos.
+    Show processes of all containers and json with docker env infos.
 
 EOH
 }
-- 
GitLab