mirror of
https://github.com/meshtastic/python.git
synced 2026-09-15 06:52:41 -04:00
Fix a small typo in the CLI help
This commit is contained in:
1 parent
3aa73091c2
commit
ab523df465
1 file changed
+2
-2
@@ -558,9 +558,9 @@ def initParser():
|
||||
action="store_true")
|
||||
|
||||
parser.add_argument('--set-router', dest='router',
|
||||
action='store_true', help="Deprecated, use --set router true instead")
|
||||
action='store_true', help="Deprecated, use --set is_router true instead")
|
||||
parser.add_argument('--unset-router', dest='router',
|
||||
action='store_false', help="Deprecated, use --set router false instead")
|
||||
action='store_false', help="Deprecated, use --set is_router false instead")
|
||||
|
||||
if have_tunnel:
|
||||
parser.add_argument('--tunnel',
|
||||
|
||||
Reference in new issue
Block a user