We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9858fa1 commit 0192eedCopy full SHA for 0192eed
1 file changed
meshtastic/__main__.py
@@ -1197,8 +1197,8 @@ def initParser():
1197
1198
parser.add_argument(
1199
"--request-telemetry",
1200
- help="Request telemetry from a node."
1201
- "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'. "
1202
"For repeaters, the nodeNum is required.",
1203
action="store_true",
1204
)
0 commit comments