Bug 1311783 - Pretty print firefox -h. r=bsmedberg

This commit is contained in:
Manuel Griessmayr 2016-10-28 07:40:00 -04:00
Родитель 83f91a1422
Коммит 0628b97521
2 изменённых файлов: 7 добавлений и 5 удалений

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

@ -198,13 +198,14 @@ DevToolsStartup.prototype = {
}
},
/* eslint-disable max-len */
helpInfo: " --jsconsole Open the Browser Console.\n" +
" --jsdebugger Open the Browser Toolbox.\n" +
" --devtools Open DevTools on initial load.\n" +
" --start-debugger-server [ws:][ <port> | <path> ] " +
"Start the debugger server on a TCP port or " +
"Unix domain socket path. Defaults to TCP port 6000. " +
"Use WebSocket protocol if ws: prefix is specified.\n",
" --start-debugger-server [ws:][ <port> | <path> ] Start the debugger server on\n" +
" a TCP port or Unix domain socket path. Defaults to TCP port\n" +
" 6000. Use WebSocket protocol if ws: prefix is specified.\n",
/* eslint-disable max-len */
classID: Components.ID("{9e9a9283-0ce9-4e4a-8f1c-ba129a032c32}"),
QueryInterface: XPCOMUtils.generateQI([Ci.nsICommandLineHandler]),

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

@ -1604,7 +1604,8 @@ DumpHelp()
" --profile <path> Start with profile at <path>.\n"
" --migration Start with migration wizard.\n"
" --ProfileManager Start with ProfileManager.\n"
" --no-remote Do not accept or send remote commands; implies --new-instance.\n"
" --no-remote Do not accept or send remote commands; implies\n"
" --new-instance.\n"
" --new-instance Open new instance, not a new window in running instance.\n"
" --UILocale <locale> Start with <locale> resources as UI Locale.\n"
" --safe-mode Disables extensions and themes for this session.\n", gAppData->name);