From d672dd5dbd9b93de227fad93d86caad9e5e55ec5 Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 1 Jul 2022 15:59:55 -0700 Subject: [PATCH] password-file -> mqtt-password-file --- src/wallfly/core.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallfly/core.clj b/src/wallfly/core.clj index 94bb33e..1134584 100644 --- a/src/wallfly/core.clj +++ b/src/wallfly/core.clj @@ -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."]])