added documentation for cpu_shorthand option
This commit is contained in:
parent
5b6196f182
commit
e0269fb9b6
3 changed files with 9 additions and 0 deletions
2
1.5.md
2
1.5.md
|
@ -10,6 +10,8 @@
|
|||
|
||||
**Disk Usage**<br \>
|
||||
- Only display usage of local disks.
|
||||
**CPU Information**<br \>
|
||||
- Option to shorten CPU name to just name, model, name & model, or speed
|
||||
|
||||
### Ascii
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue