Add usage info for -H

This commit is contained in:
Rob Pearce 2021-12-05 16:52:47 +11:00
parent f0dce13580
commit 32923583f5
1 changed files with 2 additions and 1 deletions

View File

@ -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."