Update docs

This commit is contained in:
Dylan Araps 2016-10-21 20:29:16 +11:00
parent 9882165617
commit 3123548c18
4 changed files with 4 additions and 4 deletions

View File

@ -366,7 +366,7 @@ alias neofetch2="neofetch \
Possible values: name, speed, tiny, on, off
--cpu_cores type Whether or not to display the number of CPU cores
Takes: logical, physical, off
Note: 'physical' only works on Linux, Windows and macOS.
Note: 'physical' doesn't work on BSD.
--distro_shorthand on/off Shorten the output of distro (tiny, on, off)
NOTE: This is only possible on Linux, macOS, and Solaris
--kernel_shorthand on/off Shorten the output of kernel

View File

@ -111,7 +111,7 @@ cpu_display="off"
# Logical: All virtual cores
# Physical: All physical cores
# --cpu_cores logical, physical, off
# Note: 'physical' only works on Linux, Windows and macOS.
# Note: 'physical' doesn't work on BSD.
cpu_cores="logical"

View File

@ -2961,7 +2961,7 @@ usage() { cat << EOF
Possible values: name, speed, tiny, on, off
--cpu_cores type Whether or not to display the number of CPU cores
Takes: logical, physical, off
Note: 'physical' only works on Linux, Windows and macOS.
Note: 'physical' doesn't work on BSD.
--distro_shorthand on/off Shorten the output of distro (tiny, on, off)
NOTE: This is only possible on Linux, macOS, and Solaris
--kernel_shorthand on/off Shorten the output of kernel

View File

@ -38,7 +38,7 @@ Possible values: name, speed, tiny, on, off
.B \--cpu_cores 'logical/physical/off'
Whether or not to display the number of CPU cores
.br
Note: 'physical' only works on Linux, Windows and macOS.
Note: 'physical' doesn't work on BSD.
.TP
.B \--distro_shorthand 'on/off'
Shorten the output of distro (tiny, on, off)