From 5f92ac3995fcc1d6586c253862903e5749eda82c Mon Sep 17 00:00:00 2001 From: Jorropo Date: Sat, 30 Mar 2024 10:36:56 +0100 Subject: [PATCH] in --help indicate --setalt takes meters --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 87342329..56717177 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -1321,7 +1321,7 @@ def initParser(): action="store_true", ) - parser.add_argument("--setalt", help="Set device altitude (allows use without GPS)") + parser.add_argument("--setalt", help="Set device altitude in meters (allows use without GPS)") parser.add_argument("--setlat", help="Set device latitude (allows use without GPS)")