Bug 1533679 - Document --remote-debugger-port in usage message. r=ato

Differential Revision: https://phabricator.services.mozilla.com/D22684

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alexandre Poirot 2019-03-10 12:50:53 +00:00
Родитель de084db3fd
Коммит 102ec6e125
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -179,7 +179,8 @@ class ParentRemoteAgent {
}
get helpInfo() {
return " --remote-debugger [<host>][:<port>] Start the Firefox remote agent, which is \n" +
return " --remote-debugger [<host>][:<port>]\n" +
" --remote-debugging-port <port> Start the Firefox remote agent, which is \n" +
" a low-level debugging interface based on the CDP protocol.\n" +
" Defaults to listen on localhost:9222.\n";
}