From 5306bdf810fabc0bcdef973d387caf0af6035b60 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 13 Apr 2025 20:27:20 -0300 Subject: src/indexbody: Fix usage string --- src/indexbody | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/indexbody b/src/indexbody index ab2a0ef..75aa9b9 100755 --- a/src/indexbody +++ b/src/indexbody @@ -3,7 +3,7 @@ set -euo pipefail usage() { - echo 'Usage: index FILENAME.conf' + echo 'Usage: indexbody FILENAME.conf' } FILENAME="${1:-}" -- cgit v1.2.3