Update docs
This commit is contained in:
parent
64d90f8a4a
commit
28f936e03f
|
@ -284,6 +284,7 @@ alias fetch2="fetch \
|
||||||
NOTE: You can supply multiple args. eg.
|
NOTE: You can supply multiple args. eg.
|
||||||
'fetch --disable cpu gpu disk shell'
|
'fetch --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.
|
||||||
--os_arch on/off Hide/Show Windows architecture.
|
--os_arch on/off Hide/Show Windows 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,
|
||||||
|
|
1
neofetch
1
neofetch
|
@ -2467,6 +2467,7 @@ usage () { cat << EOF
|
||||||
NOTE: You can supply multiple args. eg.
|
NOTE: You can supply multiple args. eg.
|
||||||
'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.
|
||||||
--os_arch on/off Hide/Show Windows architecture.
|
--os_arch on/off Hide/Show Windows 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,
|
||||||
|
|
|
@ -22,6 +22,9 @@ NOTE: You can supply multiple args. eg.
|
||||||
.B \--osx_buildversion 'on/off'
|
.B \--osx_buildversion 'on/off'
|
||||||
Hide/Show Mac OS X build version.
|
Hide/Show Mac OS X build version.
|
||||||
.TP
|
.TP
|
||||||
|
.B \--osx_codename 'on/off'
|
||||||
|
Hide/Show Mac OS X codename.
|
||||||
|
.TP
|
||||||
.B \--os_arch 'on/off'
|
.B \--os_arch 'on/off'
|
||||||
Hide/Show Windows architecture.
|
Hide/Show Windows architecture.
|
||||||
.TP
|
.TP
|
||||||
|
|
Reference in New Issue