See if I can type 'description' this time

This commit is contained in:
2023-11-26 15:35:25 -08:00
parent c140531285
commit e23d075bb2
+1 -1
View File
@@ -170,7 +170,7 @@ in {
password-file = mkOption { password-file = mkOption {
type = str; type = str;
descriptionq = description =
"File containing password with which to authenticate to MQTT server."; "File containing password with which to authenticate to MQTT server.";
}; };
}; };