mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
help menu, forgot, it's alphabetical for output control options,
moved -a/--admin to top of menu.
This commit is contained in:
parent
5baa63a61d
commit
7f18dd4a35
8
inxi
8
inxi
|
@ -4309,6 +4309,10 @@ sub show_options {
|
|||
-b or -F, $self_name will combine the outputs." ],
|
||||
['0', '', '', $line ],
|
||||
['0', '', '', "Output Control Options:" ],
|
||||
['1', '-a', '--admin', "Adds advanced sys admin data (only works with
|
||||
verbose or line output, not short form):" ],
|
||||
['2', '-C', '', "If available: CPU vulnerabilities (bugs); family, model-id, stepping - format:
|
||||
hex (decimal) if greater than 9, otherwise hex; microcode - format: hex." ],
|
||||
['1', '-A', '--audio', "Audio/sound card(s), driver, sound server." ],
|
||||
['1', '-b', '--basic', "Basic output, short form. Same as $self_name^-v^2." ],
|
||||
['1', '-B', '--battery', "System battery info, including charge and condition, plus
|
||||
|
@ -4520,10 +4524,6 @@ sub show_options {
|
|||
push @data, @rows;
|
||||
}
|
||||
@rows = (
|
||||
['1', '-a', '--admin', "Adds advanced sys admin data (only works with
|
||||
verbose or line output, not short form):" ],
|
||||
['2', '-C', '', "If available: CPU vulnerabilities (bugs); family, model-id, stepping - format:
|
||||
hex (decimal) if greater than 9, otherwise hex; microcode - format: hex." ],
|
||||
['1', '-y', '--width', "Output line width max (integer >= 80). Overrides IRC/Terminal
|
||||
settings or actual widths. Example:^inxi^-y^130" ],
|
||||
['1', '-z', '--filter', "Adds security filters for IP/MAC addresses, serial numbers,
|
||||
|
|
Loading…
Reference in a new issue