Skip to content

Commit 9b5a889

Browse files
committed
combine arguments
1 parent ce7c618 commit 9b5a889

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

meshtastic/__main__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,12 +1599,9 @@ def addConfigArgs(parser: argparse.ArgumentParser) -> argparse.ArgumentParser:
15991599
)
16001600

16011601
group.add_argument(
1602-
"--set-is-unmessageable", help="Set if a node is messageable or not", action="store"
1602+
"--set-is-unmessageable", "--set-is-unmessagable", help="Set if a node is messageable or not", action="store"
16031603
)
16041604

1605-
group.add_argument(
1606-
"--set-is-unmessagable", help="Set if a node is messageable or not", action="store"
1607-
)
16081605
group.add_argument(
16091606
"--ch-set-url", "--seturl",
16101607
help="Set all channels and set LoRa config from a supplied URL",

0 commit comments

Comments
 (0)