Skip to content

Commit 060df86

Browse files
committed
Update __main__.py
1 parent 7d87d50 commit 060df86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1648,7 +1648,7 @@ def addRemoteActionArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPar
16481648
"You need pass the destination ID as argument, like "
16491649
"this: '--traceroute !ba4bf9d0' "
16501650
"Only nodes with a shared channel can be traced.",
1651-
metavar="!xxxxxxxx"
1651+
metavar="!xxxxxxxx",
16521652
)
16531653

16541654
group.add_argument(

0 commit comments

Comments
 (0)