Commit 28f936e0 authored by Dylan's avatar Dylan

Update docs

parent 64d90f8a
...@@ -284,6 +284,7 @@ alias fetch2="fetch \ ...@@ -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,
......
...@@ -2467,6 +2467,7 @@ usage () { cat << EOF ...@@ -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. ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment