fix: format usage function.

This commit is contained in:
2025-07-20 03:09:16 -07:00
parent 46ba8de167
commit 7c54475771

2
mc
View File

@@ -104,7 +104,7 @@ function main() {
# Check if key does NOT exists in command array
if [[ ! -v commands[$1] ]]; then
printf "${0}: invalid option -- $1\n"
printf "${0}: invalid option -- $1\n\n"
usage
exit 1
fi