diff --git a/docs/configuration/remote-admin.mdx b/docs/configuration/remote-admin.mdx index 3e51ca23..415f1854 100644 --- a/docs/configuration/remote-admin.mdx +++ b/docs/configuration/remote-admin.mdx @@ -100,8 +100,9 @@ Connected to radio ``` Using the node ID from that list, send a message through the mesh telling that node to change its owner name. -The --dest argument value must be in single quotes for linux/mac '!28979058', no quotes for Windows !28979058. - +:::info +The --dest argument value must be in single quotes for linux/mac: '!28979058', no quotes for Windows: !28979058. +::: ```shell title="Command" meshtastic --dest '!28979058' --set-owner "Im Remote" ```