From a64a64b80ed86c0e52d4c5a55d05bca59c23dc1c Mon Sep 17 00:00:00 2001 From: Xavier Claude Date: Thu, 7 Aug 2025 21:09:46 +0200 Subject: [PATCH] Document -a for lvm-prom-collector Add the -a usage to help users discover it Signed-off-by: Xavier Claude --- lvm-prom-collector | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lvm-prom-collector b/lvm-prom-collector index cf8171ee..f6dabd32 100755 --- a/lvm-prom-collector +++ b/lvm-prom-collector @@ -6,6 +6,7 @@ # # Options: # +# -a for all metrics # -g for used and free space of logical volume groups # -p for used and free space of physical volumes. # -s for the percentage usage of the snapshots @@ -27,6 +28,7 @@ display_usage() { echo "Usage: lvm-prom-collector options" echo "Options:" echo "Expose various types of information about lvm2" + echo "Use -a for all metrics" echo "Use -g for used and free space of logical volume groups." echo "Use -p for used and free space of physical volumes." echo "Use -s for the percentage usage of snapshots."