From 33c5be5219d70323a81d4326165fb8bdea450519 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Sun, 30 Jun 2024 23:25:57 -0700 Subject: [PATCH] Update doc string for --pos-fields to use valid values --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 45c4345..c032a36 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -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", )