From 6977926da303fd24ee9fa0625f9266f0ad7a2731 Mon Sep 17 00:00:00 2001 From: Shy Date: Wed, 28 Aug 2024 13:01:48 +0200 Subject: [PATCH] Rephrased messages and comments --- c4wled | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/c4wled b/c4wled index 7572c50..9797518 100755 --- a/c4wled +++ b/c4wled @@ -102,7 +102,7 @@ while test $# -gt 0; do ;; *) # Unknown instance parameter. test -n "$host_list" && break - echo "Error: not a valid instance option (\"$1\")." >&2 + echo "Error: not a valid instance selector (\"$1\")." >&2 print_usage exit 1 ;; @@ -110,7 +110,7 @@ while test $# -gt 0; do shift done -# Parse and execute command argument against given instances. +# Parse and execute command argument for selected instances. for wled_host in $host_list; do case "$1" in on) # Switch on.