diff --git a/1.5.md b/1.5.md
index e6d829b2..2845aa26 100644
--- a/1.5.md
+++ b/1.5.md
@@ -10,6 +10,8 @@
**Disk Usage**
- Only display usage of local disks.
+**CPU Information**
+- Option to shorten CPU name to just name, model, name & model, or speed
### Ascii
diff --git a/README.md b/README.md
index f7bcf776..981e692b 100644
--- a/README.md
+++ b/README.md
@@ -269,6 +269,8 @@ alias fetch2="fetch \
Possible values: current, min, max, bios,
scaling_current, scaling_min, scaling_max
NOTE: This only support Linux with cpufreq.
+ --cpu_shorthand type Shorten the output of CPU
+ Possible values: name, model, name_model, speed
--kernel_shorthand on/off Shorten the output of kernel
--uptime_shorthand on/off Shorten the output of uptime (tiny, on, off)
--gpu_shorthand on/off Shorten the output of GPU
diff --git a/neofetch.1 b/neofetch.1
index f623f32c..0e8f9bdf 100644
--- a/neofetch.1
+++ b/neofetch.1
@@ -33,6 +33,11 @@ scaling_current, scaling_min, scaling_max
.br
NOTE: This only support Linux with cpufreq.
.TP
+.B \--cpu_shorthand 'type'
+Shorten the output of CPU
+.br
+Possible values: name, model, name_model, speed
+.TP
.B \--kernel_shorthand 'on/off'
Shorten the output of kernel
.TP