mirror of
https://github.com/meshtastic/python.git
synced 2026-01-19 05:07:58 -05:00
Update doc string for --pos-fields to use valid values
This commit is contained in:
@@ -1480,7 +1480,7 @@ def initParser():
|
||||
"--pos-fields",
|
||||
help="Specify fields to send when sending a position. Use no argument for a list of valid values. "
|
||||
"Can pass multiple values as a space separated list like "
|
||||
"this: '--pos-fields POS_ALTITUDE POS_ALT_MSL'",
|
||||
"this: '--pos-fields ALTITUDE HEADING SPEED'",
|
||||
nargs="*",
|
||||
action="store",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user