password-file -> mqtt-password-file

This commit is contained in:
niten 2022-07-01 15:59:55 -07:00
parent 2dfbfa0a12
commit d672dd5dbd
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@
[["-l" "--location LOCATION" "Location (in house) of the host running this job."]
["-b" "--mqtt-broker-uri URI" "URI of the MQTT broker."]
["-u" "--mqtt-username USERNAME" "Username to use when connecting to MQTT."]
["-p" "--password-file PASSWORD-FILE" "Path to a file containing the password for this client."]
["-p" "--mqtt-password-file PASSWORD-FILE" "Path to a file containing the password for this client."]
["-t" "--time-to-idle SECONDS" "Number of seconds before considering this host idle."]
["-d" "--delay-time SECONDS" "Time to wait before polling for idle time."]])