From f1ac6e645ace0f5f014cce85578e55ad356345ba Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 25 Nov 2025 19:24:30 +0400 Subject: fix: use `progname` instead of `${0}` in help message --- scripts/cli/noc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/cli/noc') diff --git a/scripts/cli/noc b/scripts/cli/noc index 63bee86..0e4d8b2 100755 --- a/scripts/cli/noc +++ b/scripts/cli/noc @@ -4,7 +4,7 @@ help() { cat << EOF -${0}: Remove empty lines and all the comments starting with '#'. +${progname}: Remove empty lines and all the comments starting with '#'. options: -h Print this message and exit EOF -- cgit v1.2.3