Fix grammar error
This commit is contained in:
parent
66100fc351
commit
bd44f1ea12
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
neofetch
2
neofetch
|
@ -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
|
||||
|
|
Reference in New Issue