From 8315749c628d4b43be1a82fd1e8c8790163c0618 Mon Sep 17 00:00:00 2001 From: mag37 Date: Thu, 2 Oct 2025 08:42:38 +0200 Subject: [PATCH] and --help message about label changed --- dockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck.sh b/dockcheck.sh index 2843ba3..c332489 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -42,7 +42,7 @@ Help() { echo "-h Print this Help." echo "-i Inform - send a preconfigured notification." echo "-I Prints custom releasenote urls alongside each container with updates in CLI output (requires urls.list)." - echo "-l Only update if label is set. See readme." + echo "-l Only include containers with label set. See readme." echo "-m Monochrome mode, no printf colour codes and hides progress bar." echo "-M Prints custom releasenote urls as markdown (requires template support)." echo "-n No updates; only checking availability without interaction."