Escape single quote.

This commit is contained in:
Hyperling 2021-03-02 06:41:04 -06:00
parent 113421fa9e
commit 8f7bb2de8b

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