From dab38b92333cb797f90d58905f1f0b268b2f897c Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Tue, 9 Feb 2016 11:17:46 -0800 Subject: [PATCH] tiny issue, the help menu shows the -W option of latitude/longtitude instead of latitude,longtitude thanks to a keen eyed person for that. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 3ce7d80..6e085ba 100755 --- a/inxi +++ b/inxi @@ -2982,7 +2982,7 @@ show_options() # if distro maintainers don't want the weather feature disable it if [[ $B_ALLOW_WEATHER == 'true' ]];then print_lines_basic "1" "-w" "Local weather data/time. To check an alternate location, see: -W^. For extra weather data options see -x, -xx, and -xxx." - print_lines_basic "1" "-W" " Supported options for : postal code; city, state/country; latitude/longitude. Only use if you want the weather somewhere other than the machine running $SCRIPT_NAME. Use only ascii characters, replace spaces in city/state/country names with '+'. Example:^$SCRIPT_NAME^-W^new+york,ny" + print_lines_basic "1" "-W" " Supported options for : postal code; city, state/country; latitude, longitude. Only use if you want the weather somewhere other than the machine running $SCRIPT_NAME. Use only ascii characters, replace spaces in city/state/country names with '+'. Example:^$SCRIPT_NAME^-W^new+york,ny" fi print_lines_basic "1" "-x" "Adds the following extra data (only works with verbose or line output, not short form):" print_lines_basic "2" "-C" "CPU Flags, Bogomips on Cpu;"