1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-27 08:10:08 +00: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