diff --git a/README.md b/README.md index 320036fb..a397316a 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/config/config b/config/config index 54969a61..3a0b0eef 100644 --- a/config/config +++ b/config/config @@ -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 diff --git a/neofetch b/neofetch index c5609cd9..fd6259c5 100755 --- a/neofetch +++ b/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