mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
fix typo thanks @garth
This commit is contained in:
1 parent
d0855b6ff8
commit
1e43a7e2cd
1 file changed
+1
-1
@@ -359,7 +359,7 @@ def common():
|
||||
|
||||
if args.router != None:
|
||||
logging.error(
|
||||
'--set-router has been deprecated. Use "--set router true" or "--set router false" instead')
|
||||
'--set-router has been deprecated. Use "--set is_router true" or "--set is_router false" instead')
|
||||
elif args.test:
|
||||
test.testAll()
|
||||
else:
|
||||
|
||||
Reference in new issue
Block a user