fix typo thanks @garth

This commit is contained in:
Kevin Hester committed 2021-03-09 10:37:10 +08:00
1 parent d0855b6ff8
commit 1e43a7e2cd
1 file changed
+1 -1
+1 -1
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: