mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
forgot to add -Nx to module version recommends
This commit is contained in:
parent
fcc575591c
commit
15a4aca286
4
inxi
4
inxi
|
@ -61,7 +61,7 @@
|
||||||
####
|
####
|
||||||
#### RECOMMENDS (Needed to run certain features, listed by option)
|
#### RECOMMENDS (Needed to run certain features, listed by option)
|
||||||
#### -A - for output of usb audio information: lsusb (usbutils)
|
#### -A - for output of usb audio information: lsusb (usbutils)
|
||||||
#### -Ax - for audio module version: modinfo (module-init-tools)
|
#### -Ax -Nx - for audio/network module version: modinfo (module-init-tools)
|
||||||
#### -Dx - for hdd temp output (root only default): hddtemp (hddtemp)
|
#### -Dx - for hdd temp output (root only default): hddtemp (hddtemp)
|
||||||
#### For user level hdd temp output: sudo (sudo)
|
#### For user level hdd temp output: sudo (sudo)
|
||||||
#### Note: requires user action for this feature to run as user (edit /etc/sudoers file)
|
#### Note: requires user action for this feature to run as user (edit /etc/sudoers file)
|
||||||
|
@ -1496,7 +1496,7 @@ check_recommends_items()
|
||||||
ifconfig:net-tools~net-tools~?~:-i_ip_lan
|
ifconfig:net-tools~net-tools~?~:-i_ip_lan
|
||||||
sensors:lm-sensors~lm_sensors~?~:-s_sensors_output
|
sensors:lm-sensors~lm_sensors~?~:-s_sensors_output
|
||||||
lsusb:usbutils~usbutils~?~:-A_usb_audio;-N_usb_networking
|
lsusb:usbutils~usbutils~?~:-A_usb_audio;-N_usb_networking
|
||||||
modinfo:module-init-tools~module-init-tools~?~:-Ax_module_version
|
modinfo:module-init-tools~module-init-tools~?~:-Ax,-Nx_module_version
|
||||||
runlevel:sysvinit~sysvinit~?~:-I_runlevel
|
runlevel:sysvinit~sysvinit~?~:-I_runlevel
|
||||||
sudo:sudo~sudo~sudo~:-Dx_hddtemp-user;-o_file-user
|
sudo:sudo~sudo~sudo~:-Dx_hddtemp-user;-o_file-user
|
||||||
'
|
'
|
||||||
|
|
Loading…
Reference in a new issue