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", )