Cleanup
This commit is contained in:
parent
46ca03ff8a
commit
2982f378cc
|
@ -25,6 +25,7 @@ Command:
|
||||||
COMMAND --help Prints help for specified command"
|
COMMAND --help Prints help for specified command"
|
||||||
|
|
||||||
check_help_text="${command_name} check [ARG]
|
check_help_text="${command_name} check [ARG]
|
||||||
|
Short command: c
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
${command_name} check --detail
|
${command_name} check --detail
|
||||||
|
@ -35,14 +36,15 @@ Arguments:
|
||||||
--help Prints this help text"
|
--help Prints this help text"
|
||||||
|
|
||||||
set_help_text="${command_name} set WATT [ARGUMENTS]
|
set_help_text="${command_name} set WATT [ARGUMENTS]
|
||||||
|
Short command: s
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
${command_name} set 10 --detail
|
${command_name} set 10 --detail --same
|
||||||
${command_name} s 10 -d
|
${command_name} s 10 -d -s
|
||||||
|
|
||||||
Arguments:
|
Arguments:
|
||||||
--detail, -d Prints PL2 as well as PL1
|
--detail, -d Prints PL2 as well as PL1
|
||||||
--same, -s PL2 will be set to the same as PL1 rather than 2W higher
|
--same, -s PL2 will be set to the same as PL1 rather than 2W higher
|
||||||
--help Prints this help text"
|
--help Prints this help text"
|
||||||
|
|
||||||
print_help () {
|
print_help () {
|
||||||
|
|
Loading…
Reference in New Issue