From 68ec588804e9b083183029a44dc80c53914cc03b Mon Sep 17 00:00:00 2001 From: Ian McEwen Date: Wed, 19 Feb 2025 09:15:45 -0700 Subject: [PATCH] remove trailing whitespace --- meshtastic/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/__main__.py b/meshtastic/__main__.py index 8fb7c8f..03de15a 100644 --- a/meshtastic/__main__.py +++ b/meshtastic/__main__.py @@ -1649,7 +1649,7 @@ def addLocalActionArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPars help="Print Node List in a pretty formatted table", action="store_true", ) - + group.add_argument( "--show-fields", help="Specify fields to show (comma-separated) when using --nodes",