Removed "Windows" from os_arch description.
To preserve accuracy, os_arch's description will be changed accordingly so there will be no notion that os_arch is Windows' exclusive.
This commit is contained in:
parent
b83210af5f
commit
b7256fb48a
|
@ -367,7 +367,7 @@ alias neofetch2="neofetch \
|
||||||
'neofetch --disable cpu gpu disk shell'
|
'neofetch --disable cpu gpu disk shell'
|
||||||
--osx_buildversion on/off Hide/Show Mac OS X build version.
|
--osx_buildversion on/off Hide/Show Mac OS X build version.
|
||||||
--osx_codename on/off Hide/Show Mac OS X codename.
|
--osx_codename on/off Hide/Show Mac OS X codename.
|
||||||
--os_arch on/off Hide/Show Windows architecture.
|
--os_arch on/off Hide/Show OS architecture.
|
||||||
--speed_type type Change the type of cpu speed to display.
|
--speed_type type Change the type of cpu speed to display.
|
||||||
Possible values: current, min, max, bios,
|
Possible values: current, min, max, bios,
|
||||||
scaling_current, scaling_min, scaling_max
|
scaling_current, scaling_min, scaling_max
|
||||||
|
|
2
neofetch
2
neofetch
|
@ -2886,7 +2886,7 @@ usage() { cat << EOF
|
||||||
'neofetch --disable cpu gpu disk shell'
|
'neofetch --disable cpu gpu disk shell'
|
||||||
--osx_buildversion on/off Hide/Show Mac OS X build version.
|
--osx_buildversion on/off Hide/Show Mac OS X build version.
|
||||||
--osx_codename on/off Hide/Show Mac OS X codename.
|
--osx_codename on/off Hide/Show Mac OS X codename.
|
||||||
--os_arch on/off Hide/Show Windows architecture.
|
--os_arch on/off Hide/Show OS architecture.
|
||||||
--speed_type type Change the type of cpu speed to display.
|
--speed_type type Change the type of cpu speed to display.
|
||||||
Possible values: current, min, max, bios,
|
Possible values: current, min, max, bios,
|
||||||
scaling_current, scaling_min, scaling_max
|
scaling_current, scaling_min, scaling_max
|
||||||
|
|
|
@ -26,7 +26,7 @@ Hide/Show Mac OS X build version.
|
||||||
Hide/Show Mac OS X codename.
|
Hide/Show Mac OS X codename.
|
||||||
.TP
|
.TP
|
||||||
.B \--os_arch 'on/off'
|
.B \--os_arch 'on/off'
|
||||||
Hide/Show Windows architecture.
|
Hide/Show OS architecture.
|
||||||
.TP
|
.TP
|
||||||
.B \--speed_type 'type'
|
.B \--speed_type 'type'
|
||||||
Change the type of cpu speed to display.
|
Change the type of cpu speed to display.
|
||||||
|
|
Reference in New Issue