diff options
author | EuAndreh <eu@euandre.org> | 2025-04-13 20:27:20 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-13 20:27:20 -0300 |
commit | 5306bdf810fabc0bcdef973d387caf0af6035b60 (patch) | |
tree | 7ff51e2098ac646d5beacdb62ab074d1a8aa7d94 /src | |
parent | src/indexbody: Fix sed due to updated extension (diff) | |
download | mkwb-5306bdf810fabc0bcdef973d387caf0af6035b60.tar.gz mkwb-5306bdf810fabc0bcdef973d387caf0af6035b60.tar.xz |
src/indexbody: Fix usage string
Diffstat (limited to 'src')
-rwxr-xr-x | src/indexbody | 2 |
1 files changed, 1 insertions, 1 deletions
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:-}" |