OPEN: spelling

This commit is contained in:
XargonWan 2025-02-07 09:57:55 +09:00
parent 7bf60a8270
commit 44b243e7cd

View file

@ -1049,6 +1049,6 @@ open_component(){
eval "$cmd" "${@:2}"
else
echo "Invalid component name: $1"
echo "Please be sure that the casing is correct and if a space is present, the name is quoted."
echo "Please ensure the name is correctly spelled (case sensitive) and quoted if it contains spaces."
fi
}