Commit 93abca71 authored by Dylan Araps's avatar Dylan Araps

Make note about support

parent bd44f1ea
...@@ -366,6 +366,7 @@ alias neofetch2="neofetch \ ...@@ -366,6 +366,7 @@ alias neofetch2="neofetch \
Possible values: name, speed, tiny, on, off Possible values: name, speed, tiny, on, off
--cpu_cores type Whether or not to display the number of CPU cores --cpu_cores type Whether or not to display the number of CPU cores
Takes: logical, physical, off 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) --distro_shorthand on/off Shorten the output of distro (tiny, on, off)
NOTE: This is only possible on Linux, macOS, and Solaris NOTE: This is only possible on Linux, macOS, and Solaris
--kernel_shorthand on/off Shorten the output of kernel --kernel_shorthand on/off Shorten the output of kernel
......
...@@ -111,6 +111,7 @@ cpu_display="off" ...@@ -111,6 +111,7 @@ cpu_display="off"
# Logical: All virtual cores # Logical: All virtual cores
# Physical: All physical cores # Physical: All physical cores
# --cpu_cores logical, physical, off # --cpu_cores logical, physical, off
# Note: 'physical' only works on Linux, Windows and macOS.
cpu_cores="logical" cpu_cores="logical"
......
...@@ -2958,6 +2958,7 @@ usage() { cat << EOF ...@@ -2958,6 +2958,7 @@ usage() { cat << EOF
Possible values: name, speed, tiny, on, off Possible values: name, speed, tiny, on, off
--cpu_cores type Whether or not to display the number of CPU cores --cpu_cores type Whether or not to display the number of CPU cores
Takes: logical, physical, off 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) --distro_shorthand on/off Shorten the output of distro (tiny, on, off)
NOTE: This is only possible on Linux, macOS, and Solaris NOTE: This is only possible on Linux, macOS, and Solaris
--kernel_shorthand on/off Shorten the output of kernel --kernel_shorthand on/off Shorten the output of kernel
......
...@@ -37,6 +37,8 @@ Possible values: name, speed, tiny, on, off ...@@ -37,6 +37,8 @@ Possible values: name, speed, tiny, on, off
.TP .TP
.B \--cpu_cores 'logical/physical/off' .B \--cpu_cores 'logical/physical/off'
Whether or not to display the number of CPU cores Whether or not to display the number of CPU cores
.br
Note: 'physical' only works on Linux, Windows and macOS.
.TP .TP
.B \--distro_shorthand 'on/off' .B \--distro_shorthand 'on/off'
Shorten the output of distro (tiny, on, off) Shorten the output of distro (tiny, on, off)
......
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