From 1515d8db525e7d3cbf9b398ad2925a5987930220 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 2 Mar 2021 06:29:21 -0600 Subject: [PATCH] Make location types a wee bit more understandable in case I forget about this for a year. --- tasks/general/acct_mgmt/users.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tasks/general/acct_mgmt/users.yml b/tasks/general/acct_mgmt/users.yml index 711fea7..555927b 100644 --- a/tasks/general/acct_mgmt/users.yml +++ b/tasks/general/acct_mgmt/users.yml @@ -96,13 +96,13 @@ function_wttr: | function weather() { if [[ "$1" == "-"* ]]; then - echo "USAGE: weather [location] - Any '-' paramaters call the usage since it does not take any options. + echo 'USAGE: weather [location] + Any "-" paramaters call the usage since it does not take any options. Useful location types: - zip_code - city,state - @domain.com - Full documentation: https://github.com/chubin/wttr.in" + $zip_code + $city,$state + @$domain_dot_extension + Full documentation: https://github.com/chubin/wttr.in' return fi curl https://wttr.in/$1