We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d87d50 commit 060df86Copy full SHA for 060df86
1 file changed
meshtastic/__main__.py
@@ -1648,7 +1648,7 @@ def addRemoteActionArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPar
1648
"You need pass the destination ID as argument, like "
1649
"this: '--traceroute !ba4bf9d0' "
1650
"Only nodes with a shared channel can be traced.",
1651
- metavar="!xxxxxxxx"
+ metavar="!xxxxxxxx",
1652
)
1653
1654
group.add_argument(
0 commit comments