Add usage info for -H
This commit is contained in:
parent
f0dce13580
commit
32923583f5
|
@ -66,7 +66,8 @@ function usage() {
|
|||
echo " -m Generate a config file based on current aircon setup."
|
||||
echo " -p Profiler mode."
|
||||
echo " -s Validate config file then exit."
|
||||
echo " -S Show configured rules in human-readable format."
|
||||
echo " -S[H] Show configured rules in human-readable format"
|
||||
echo " (HTML if -H given, otherwise ANSI)."
|
||||
echo " -w List which zone owners' devices are available then exit."
|
||||
echo " -t num Specify degrees below min temperature before taking action."
|
||||
echo " -T num Specify degrees above max temperature before taking action."
|
||||
|
|
Loading…
Reference in New Issue