Added commas
This commit is contained in:
parent
20d99da018
commit
e5e0b4ccce
|
@ -175,7 +175,7 @@ alias fetch2="fetch \
|
|||
|
||||
Info:
|
||||
--speed_type Change the type of cpu speed to display.
|
||||
Possible values: current, min, max, bios
|
||||
Possible values: current, min, max, bios,
|
||||
scaling_current, scaling_min, scaling_max
|
||||
NOTE: This only support Linux with cpufreq.
|
||||
--uptime_shorthand Shorten the output of uptime
|
||||
|
|
2
fetch
2
fetch
|
@ -1252,7 +1252,7 @@ usage () { cat << EOF
|
|||
|
||||
Info:
|
||||
--speed_type Change the type of cpu speed to display.
|
||||
Possible values: current, min, max, bios
|
||||
Possible values: current, min, max, bios,
|
||||
scaling_current, scaling_min, scaling_max
|
||||
NOTE: This only support Linux with cpufreq.
|
||||
--uptime_shorthand Shorten the output of uptime
|
||||
|
|
Reference in New Issue