From daedbedd7b03b2bb85e3a0aed2e7276e9a4ed1ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= Date: Thu, 8 Jun 2023 14:27:53 -0400 Subject: [PATCH] add -a usage (#160) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Antoine Beaupré --- lvm-prom-collector | 1 + 1 file changed, 1 insertion(+) diff --git a/lvm-prom-collector b/lvm-prom-collector index cf8171e..581d0a6 100755 --- a/lvm-prom-collector +++ b/lvm-prom-collector @@ -31,6 +31,7 @@ display_usage() { echo "Use -p for used and free space of physical volumes." echo "Use -s for the percentage usage of snapshots." echo "Use -t for the percentage usage of thin pools." + echo "Use -a to enable everything." } if [ "$(id -u)" != "0" ]; then