Escape single quote.
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user