From 63ae1f9273c55ed745ef2bf25fb9ce0c0cd49b9e Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 18 May 2013 05:48:26 +0000 Subject: [PATCH] last typos and fixes, this should be it --- inxi | 2 +- inxi.1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index c8eb45f..e968b7f 100755 --- a/inxi +++ b/inxi @@ -2556,7 +2556,7 @@ show_options() if [[ $B_ALLOW_WEATHER == 'true' ]];then print_screen_output "-! location= - Supported: postal code; city,[state/country]; latitude,longitude" print_screen_output " Only use if you want the weather somewhere other than the machine running $SCRIPT_NAME." - print_screen_output " Must be used with -w. City/country names must not contain spaces: newyork,ny" + print_screen_output " Must be used with -w. Only ascii, city/country names must not contain spaces: newyork,ny" fi if [[ $1 == 'full' ]];then print_screen_output " " diff --git a/inxi.1 b/inxi.1 index 0b449f5..cdf17d1 100755 --- a/inxi.1 +++ b/inxi.1 @@ -386,7 +386,7 @@ Turns on hostname in System line. Overrides inxi config file value (if set): B_S .TP .B \-! location= With \-w, get weather for an alternate location. Accepts postal/zip code, city,state pair, or latitude,longitude. -Note: city/country/state names must not contain spaces! Only asci letters in city/state/country names as well, sorry. +Note: city/country/state names must not contain spaces! Only ascii letters in city/state/country names as well, sorry. Examples: \-! location=95623 OR \-! location=Boston,MA OR \-! location=45.5234,\-122.6762 OR \-! location=newyork,ny OR \-! location=bodo,norway