lfcli_base.py : added back in --port

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2022-03-22 16:43:32 -06:00
committed by shivam
parent bb65003775
commit 61ed43c258

View File

@@ -719,7 +719,7 @@ class LFCliBase:
default='localhost',
help='hostname for where LANforge GUI is running')
optional.add_argument('--mgr_port',
'--lf_port',
'--port',
default=8080,
help='port LANforge GUI HTTP service is running on')
optional.add_argument('-u',