added documentation for cpu_shorthand option
This commit is contained in:
parent
5b6196f182
commit
e0269fb9b6
2
1.5.md
2
1.5.md
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
**Disk Usage**<br \>
|
**Disk Usage**<br \>
|
||||||
- Only display usage of local disks.
|
- Only display usage of local disks.
|
||||||
|
**CPU Information**<br \>
|
||||||
|
- Option to shorten CPU name to just name, model, name & model, or speed
|
||||||
|
|
||||||
### Ascii
|
### Ascii
|
||||||
|
|
||||||
|
|
|
@ -269,6 +269,8 @@ alias fetch2="fetch \
|
||||||
Possible values: current, min, max, bios,
|
Possible values: current, min, max, bios,
|
||||||
scaling_current, scaling_min, scaling_max
|
scaling_current, scaling_min, scaling_max
|
||||||
NOTE: This only support Linux with cpufreq.
|
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
|
--kernel_shorthand on/off Shorten the output of kernel
|
||||||
--uptime_shorthand on/off Shorten the output of uptime (tiny, on, off)
|
--uptime_shorthand on/off Shorten the output of uptime (tiny, on, off)
|
||||||
--gpu_shorthand on/off Shorten the output of GPU
|
--gpu_shorthand on/off Shorten the output of GPU
|
||||||
|
|
|
@ -33,6 +33,11 @@ scaling_current, scaling_min, scaling_max
|
||||||
.br
|
.br
|
||||||
NOTE: This only support Linux with cpufreq.
|
NOTE: This only support Linux with cpufreq.
|
||||||
.TP
|
.TP
|
||||||
|
.B \--cpu_shorthand 'type'
|
||||||
|
Shorten the output of CPU
|
||||||
|
.br
|
||||||
|
Possible values: name, model, name_model, speed
|
||||||
|
.TP
|
||||||
.B \--kernel_shorthand 'on/off'
|
.B \--kernel_shorthand 'on/off'
|
||||||
Shorten the output of kernel
|
Shorten the output of kernel
|
||||||
.TP
|
.TP
|
||||||
|
|
Reference in New Issue