wttr: Escape didn't work (at least in zsh).

This commit is contained in:
Hyperling 2021-03-02 06:42:52 -06:00
parent 8f7bb2de8b
commit ed16e4d4cf

View File

@ -98,7 +98,7 @@
if [[ "$1" == "-"* || $2 != "" ]]; then if [[ "$1" == "-"* || $2 != "" ]]; then
echo 'USAGE: weather [location] echo 'USAGE: weather [location]
Any "-" paramaters call the usage since this function does not take any options. Any "-" paramaters call the usage since this function does not take any options.
Location is optional since the API can determine your connection\'s location. Location is optional since the API can determine your connection'"'"'s location.
Useful location types: Useful location types:
$zip_code | Ex: 12345 $zip_code | Ex: 12345
$city,$state | Ex: Austin,Texas $city,$state | Ex: Austin,Texas