Fix grammar error

This commit is contained in:
Dylan Araps 2016-10-21 16:40:58 +11:00
parent 66100fc351
commit bd44f1ea12
3 changed files with 3 additions and 3 deletions

View File

@ -365,7 +365,7 @@ alias neofetch2="neofetch \
--cpu_shorthand type Shorten the output of CPU
Possible values: name, speed, tiny, on, off
--cpu_cores type Whether or not to display the number of CPU cores
Takes: logical. physical, off
Takes: logical, physical, off
--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
cpu_cores="on"
cpu_cores="logical"
# GPU

View File

@ -2957,7 +2957,7 @@ usage() { cat << EOF
--cpu_shorthand type Shorten the output of CPU
Possible values: name, speed, tiny, on, off
--cpu_cores type Whether or not to display the number of CPU cores
Takes: logical. physical, off
Takes: logical, physical, off
--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