diff --git a/py-json/LANforge/lfcli_base.py b/py-json/LANforge/lfcli_base.py index 8b91b6ea..109a96a8 100644 --- a/py-json/LANforge/lfcli_base.py +++ b/py-json/LANforge/lfcli_base.py @@ -715,9 +715,11 @@ class LFCliBase: # Optional Args optional.add_argument('--mgr', + '--lfmgr', default='localhost', help='hostname for where LANforge GUI is running') optional.add_argument('--mgr_port', + '--port', default=8080, help='port LANforge GUI HTTP service is running on') optional.add_argument('-u',