changed dest argument quotes/no quotes to info box

This commit is contained in:
pdxlocations 2023-06-14 23:22:11 -07:00
parent 3fa420f7c8
commit 6abb0f2917

View file

@ -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. 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" ```shell title="Command"
meshtastic --dest '!28979058' --set-owner "Im Remote" meshtastic --dest '!28979058' --set-owner "Im Remote"
``` ```