mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
help menu fixes and edits
This commit is contained in:
parent
aad0f48aef
commit
2ef66f3feb
6
inxi
6
inxi
|
@ -4187,7 +4187,7 @@ sub show_options {
|
|||
(memory), cm (CPU+memory). If followed by numbers 1-x, shows that number
|
||||
of processes for each type (default: 5; if in IRC, max: 5). " ],
|
||||
['1', '', '', "Make sure that there is no space between letters and
|
||||
numbers (e.g. write as^-t^cm10)." ],
|
||||
numbers (e.g.^-t^cm10)." ],
|
||||
['1', '', '--usb', "Show USB data: Hubs and Devices." ],
|
||||
['1', '-u', '--uuid', "$partition_string_u UUIDs. Triggers -P. For full -p
|
||||
output, use -pu." ],
|
||||
|
@ -4217,8 +4217,8 @@ sub show_options {
|
|||
@rows = (
|
||||
['1', '-w', '--weather', "Local weather data/time. To check an alternate
|
||||
location, see -W."],
|
||||
['1', '-W', '--weather-location', "<location> Supported options for
|
||||
<location>: postal code; city, state/country; latitude, longitude.
|
||||
['1', '-W', '--weather-location', "[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
|
||||
$self_name. Use only ASCII characters, replace spaces in city/state/country names with '+'.
|
||||
Example:^$self_name^-W^new+york,ny"],
|
||||
|
|
Loading…
Reference in a new issue