From 0192eed76e4c9edc97ec659c5c3acbd6e11b234b Mon Sep 17 00:00:00 2001 From: GUVWAF Date: Mon, 21 Aug 2023 21:04:30 +0200 Subject: [PATCH] Spacing --- meshtastic/__main__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index f9d319b..1d0c248 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -1197,8 +1197,8 @@ def initParser(): parser.add_argument( "--request-telemetry", - help="Request telemetry from a node." - "You need pass the destination ID as argument with '--dest'." + help="Request telemetry from a node. " + "You need pass the destination ID as argument with '--dest'. " "For repeaters, the nodeNum is required.", action="store_true", )