mirror of
https://github.com/meshtastic/python.git
synced 2026-08-03 02:28:59 -04:00
fix typo thanks @garth
This commit is contained in:
@@ -359,7 +359,7 @@ def common():
|
|||||||
|
|
||||||
if args.router != None:
|
if args.router != None:
|
||||||
logging.error(
|
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:
|
elif args.test:
|
||||||
test.testAll()
|
test.testAll()
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user