last typos and fixes, this should be it

This commit is contained in:
inxi-svn 2013-05-18 05:48:26 +00:00
parent 68ba60a3e7
commit 63ae1f9273
2 changed files with 2 additions and 2 deletions

2
inxi
View file

@ -2556,7 +2556,7 @@ show_options()
if [[ $B_ALLOW_WEATHER == 'true' ]];then if [[ $B_ALLOW_WEATHER == 'true' ]];then
print_screen_output "-! location=<location> - <location> Supported: postal code; city,[state/country]; latitude,longitude" print_screen_output "-! location=<location> - <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 " 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 fi
if [[ $1 == 'full' ]];then if [[ $1 == 'full' ]];then
print_screen_output " " print_screen_output " "

2
inxi.1
View file

@ -386,7 +386,7 @@ Turns on hostname in System line. Overrides inxi config file value (if set): B_S
.TP .TP
.B \-! location=<location_string> .B \-! location=<location_string>
With \-w, get weather for an alternate location. Accepts postal/zip code, city,state pair, or latitude,longitude. 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 Examples: \-! location=95623 OR \-! location=Boston,MA OR \-! location=45.5234,\-122.6762 OR \-! location=newyork,ny
OR \-! location=bodo,norway OR \-! location=bodo,norway