display shorter warning

This commit is contained in:
Christophe Siraut 2018-02-28 14:34:40 +01:00
parent f462eb780f
commit 7309315e81
1 changed files with 1 additions and 2 deletions

View File

@ -40,8 +40,7 @@ def main():
args = parser.parse_args()
if args.address and args.mode == 'private':
print('Currently static IP address cannot be used with private network,'
' selecting "zone" network mode')
print('Notice: auto-selecting zone network mode, required with static address')
args.mode = 'zone'
if args.action == 'create' or args.action == 'config':