Reword speed_type, it's late. I'm going to bed
This commit is contained in:
parent
cbd8e2f3bd
commit
148ec7a190
2 changed files with 4 additions and 4 deletions
|
@ -52,8 +52,8 @@ Info:
|
||||||
--cpu string/cmd Manually set the cpu name
|
--cpu string/cmd Manually set the cpu name
|
||||||
--memory string/cmd Manually set the memory
|
--memory string/cmd Manually set the memory
|
||||||
--speed string/cmd Manually set the cpu speed
|
--speed string/cmd Manually set the cpu speed
|
||||||
--speed_type Type of cpu speed to get Possible values:
|
--speed_type Change the type of cpu speed to get
|
||||||
current, min, max
|
Possible values: current, min, max
|
||||||
--song string/cmd Manually set the current song
|
--song string/cmd Manually set the current song
|
||||||
|
|
||||||
Text Colors:
|
Text Colors:
|
||||||
|
|
4
fetch.sh
4
fetch.sh
|
@ -235,8 +235,8 @@ usage () {
|
||||||
echo " --cpu string/cmd Manually set the cpu name"
|
echo " --cpu string/cmd Manually set the cpu name"
|
||||||
echo " --memory string/cmd Manually set the memory"
|
echo " --memory string/cmd Manually set the memory"
|
||||||
echo " --speed string/cmd Manually set the cpu speed"
|
echo " --speed string/cmd Manually set the cpu speed"
|
||||||
echo " --speed_type Type of cpu speed to get Possible values:"
|
echo " --speed_type Change the type of cpu speed to get"
|
||||||
echo " current, min, max"
|
echo " Possible values: current, min, max"
|
||||||
echo " --song string/cmd Manually set the current song"
|
echo " --song string/cmd Manually set the current song"
|
||||||
echo
|
echo
|
||||||
echo " Text Colors:"
|
echo " Text Colors:"
|
||||||
|
|
Loading…
Reference in a new issue