mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
tiny issue, the help menu shows the -W option of latitude/longtitude instead of latitude,longtitude
thanks to a keen eyed person for that.
This commit is contained in:
parent
afb5d6815a
commit
dab38b9233
2
inxi
2
inxi
|
@ -2982,7 +2982,7 @@ show_options()
|
||||||
# if distro maintainers don't want the weather feature disable it
|
# if distro maintainers don't want the weather feature disable it
|
||||||
if [[ $B_ALLOW_WEATHER == 'true' ]];then
|
if [[ $B_ALLOW_WEATHER == 'true' ]];then
|
||||||
print_lines_basic "1" "-w" "Local weather data/time. To check an alternate location, see: -W^<location>. For extra weather data options see -x, -xx, and -xxx."
|
print_lines_basic "1" "-w" "Local weather data/time. To check an alternate location, see: -W^<location>. For extra weather data options see -x, -xx, and -xxx."
|
||||||
print_lines_basic "1" "-W" "<location> Supported options for <location>: 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" "<location> Supported options for <location>: 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
|
fi
|
||||||
print_lines_basic "1" "-x" "Adds the following extra data (only works with verbose or line output, not short form):"
|
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;"
|
print_lines_basic "2" "-C" "CPU Flags, Bogomips on Cpu;"
|
||||||
|
|
Loading…
Reference in a new issue