mirror of
https://github.com/meshtastic/python.git
synced 2025-12-26 17:37:51 -05:00
fix typo thanks @garth
This commit is contained in:
@@ -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