Skip to content

Commit 2fa85ba

Browse files
committed
typo
1 parent 58fc614 commit 2fa85ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meshtastic/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1468,7 +1468,7 @@ def addImportExportArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentPar
14681468
help="Specify a path to a yaml(.yml) file containing the desired settings for the connected device.",
14691469
action="append",
14701470
)
1471-
parser.add_argument(
1471+
group.add_argument(
14721472
"--export-config",
14731473
nargs="?",
14741474
const="-", # default to "-" if no value provided

0 commit comments

Comments
 (0)