diff --git a/docs/software/python/cli.mdx b/docs/software/python/cli.mdx index c0ec6a11..bbe18ef1 100644 --- a/docs/software/python/cli.mdx +++ b/docs/software/python/cli.mdx @@ -88,17 +88,19 @@ Gets a preferences field. **Usage** ```shell -meshtastic --get region +meshtastic --get lora.region ``` -### --set SET SET +### --set [config_section].[option] [value] Sets a preferences field. +Configuration values are described in this section: [Configuration Sections](https://meshtastic.org/docs/settings/config/) + **Usage** ```shell -meshtastic --set region Unset +meshtastic --set lora.region Unset ``` ### --seturl SETURL