From 060df86bb670a1cdbeaa8cd526fcd62489a28e42 Mon Sep 17 00:00:00 2001 From: Michael Gillett <51103663+migillett@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:10:55 -0500 Subject: [PATCH] Update __main__.py --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 0844f09..8f2aaf9 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -1648,7 +1648,7 @@ def addRemoteActionArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPar "You need pass the destination ID as argument, like " "this: '--traceroute !ba4bf9d0' " "Only nodes with a shared channel can be traced.", - metavar="!xxxxxxxx" + metavar="!xxxxxxxx", ) group.add_argument(