1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 04:40:59 +01:00

Rename Invalid Option -> Invalid Input

This commit is contained in:
Phil Fernandez
2019-12-25 23:20:32 -08:00
parent 6ce4571704
commit 85c536dc11

View File

@@ -146,7 +146,7 @@ elif [[ $color_flag ]] || [[ $u_flag ]] || \
fi
else
echo
echo "\033[1m\033[38;5;001mInvalid Option${RS}"
echo "\033[1m\033[38;5;001mInvalid Input${RS}"
echo
usage
exit 1