From 917d6b22140eea52330b925d9069759d7a5cbbb9 Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Sat, 30 Mar 2024 11:06:01 -0700 Subject: [PATCH] update docs for --listen too --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 31c40cd..f895a81 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -1367,7 +1367,7 @@ def initParser(): parser.add_argument( "--listen", - help="Just stay open and listen to the protobuf stream.", + help="Just stay open and listen to the protobuf stream. Enables debug logging.", action="store_true", )