name : fix old usage echo.
This commit is contained in:
parent
9ba44d64db
commit
9be8d26a07
|
@ -291,7 +291,7 @@ function name_ext() {
|
|||
|
||||
# error when no new extension specified.
|
||||
if [[ "${extension}" = "" ]]; then
|
||||
echo "Usage: name_ext <EXTENSION> [FILES]"
|
||||
help name_ext
|
||||
return 2
|
||||
fi
|
||||
|
||||
|
|
Reference in a new issue