name : fix old usage echo.

This commit is contained in:
Dmitry Voronin 2023-12-07 04:31:18 +03:00
parent 9ba44d64db
commit 9be8d26a07

View file

@ -291,7 +291,7 @@ function name_ext() {
# error when no new extension specified. # error when no new extension specified.
if [[ "${extension}" = "" ]]; then if [[ "${extension}" = "" ]]; then
echo "Usage: name_ext <EXTENSION> [FILES]" help name_ext
return 2 return 2
fi fi