Cleanup
This commit is contained in:
parent
46ca03ff8a
commit
2982f378cc
|
@ -25,6 +25,7 @@ Command:
|
|||
COMMAND --help Prints help for specified command"
|
||||
|
||||
check_help_text="${command_name} check [ARG]
|
||||
Short command: c
|
||||
|
||||
Example:
|
||||
${command_name} check --detail
|
||||
|
@ -35,14 +36,15 @@ Arguments:
|
|||
--help Prints this help text"
|
||||
|
||||
set_help_text="${command_name} set WATT [ARGUMENTS]
|
||||
Short command: s
|
||||
|
||||
Example:
|
||||
${command_name} set 10 --detail
|
||||
${command_name} s 10 -d
|
||||
${command_name} set 10 --detail --same
|
||||
${command_name} s 10 -d -s
|
||||
|
||||
Arguments:
|
||||
--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"
|
||||
|
||||
print_help () {
|
||||
|
|
Loading…
Reference in New Issue