Make note about support

This commit is contained in:
Dylan Araps 2016-10-21 16:54:05 +11:00
parent bd44f1ea12
commit 93abca7185
4 changed files with 5 additions and 0 deletions

View File

@ -366,6 +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.
--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,6 +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.
cpu_cores="logical"

View File

@ -2958,6 +2958,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.
--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

@ -37,6 +37,8 @@ Possible values: name, speed, tiny, on, off
.TP
.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.
.TP
.B \--distro_shorthand 'on/off'
Shorten the output of distro (tiny, on, off)