fix typo thanks @garth

This commit is contained in:
Kevin Hester
2021-03-09 10:37:10 +08:00
parent d0855b6ff8
commit 1e43a7e2cd

View File

@@ -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: