mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Use tag name instead of release name to fix display inconsistency
This commit is contained in:
parent
9fd9fc569b
commit
1c81e79c60
|
@ -399,7 +399,6 @@ To create to a file with the connected device's configuration, this command's ou
|
|||
|
||||
**Usage**
|
||||
|
||||
<<<<<<< HEAD
|
||||
```shell
|
||||
meshtastic --export-config > example_config.yaml
|
||||
```
|
||||
|
@ -407,19 +406,9 @@ 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.
|
||||
|
@ -442,4 +431,4 @@ Deprecated - use "--set is_router true" instead.
|
|||
|
||||
### --unset-router
|
||||
|
||||
Deprecated - use "--set is_router false" instead.
|
||||
Deprecated - use "--set is_router false" instead.
|
Loading…
Reference in a new issue