diff --git a/docs/software/python/cli.md b/docs/software/python/cli.md index eaaea8dc..ea4de653 100644 --- a/docs/software/python/cli.md +++ b/docs/software/python/cli.md @@ -399,6 +399,7 @@ To create to a file with the connected device's configuration, this command's ou **Usage** +<<<<<<< HEAD ```shell meshtastic --export-config > example_config.yaml ``` @@ -406,9 +407,19 @@ meshtastic --export-config > example_config.yaml **Usage** ```shell +======= +``` shell +>>>>>>> d5d2fdf (File usage) meshtastic --export-config ``` +**Usage - file output** + +``` shell +meshtastic --export-config > example_config.yaml +``` + + ### --support Print out info that would be helpful supporting any issues.