Indicate field to change in accesscontrollist (#9374)

* Indicate field to change in accesscontrollist

Putting alligator brackets around "your-mqtt-user" will help indicate to users to enter their own user name.

* Follow the docs standard
This commit is contained in:
wiggitamoo 2019-05-03 13:09:07 -04:00 committed by Fabian Affolter
parent ec2783f8e9
commit 3f58c1081d

View File

@ -103,7 +103,7 @@ acl_file /share/mosquitto/accesscontrollist
3. Create `/share/mosquitto/accesscontrollist` with the contents:
```text
user your-mqtt-user
user [YOUR_MQTT_USER]
topic #
```