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,10 +36,11 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue