Bug 546296 - Misalignment in --help command line.
r=neil.
This commit is contained in:
Родитель
58989b992d
Коммит
fc2fc47db3
|
@ -110,7 +110,7 @@ nsComposerCmdLineHandler.prototype = {
|
|||
cmdLine.preventDefault = true;
|
||||
},
|
||||
|
||||
helpInfo : " -edit <url> Open Composer.\n"
|
||||
helpInfo : " -edit <url> Open Composer.\n"
|
||||
};
|
||||
|
||||
function nsComposerCmdLineHandlerFactory() {
|
||||
|
|
|
@ -1243,6 +1243,6 @@ nsAbManager::Handle(nsICommandLine* aCmdLine)
|
|||
NS_IMETHODIMP
|
||||
nsAbManager::GetHelpInfo(nsACString& aResult)
|
||||
{
|
||||
aResult.Assign(NS_LITERAL_CSTRING(" -addressbook Open the address book at startup.\n"));
|
||||
aResult.Assign(NS_LITERAL_CSTRING(" -addressbook Open the address book at startup.\n"));
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
|
@ -147,8 +147,8 @@ var nsMailNewsCommandLineHandler =
|
|||
aCommandLine.handleFlag(MAPI_STARTUP_ARG, false);
|
||||
},
|
||||
|
||||
helpInfo: " -mail Open the mail folder view.\n" +
|
||||
" -mail <URL> Open the message specified by this URL.\n",
|
||||
helpInfo: " -mail Open the mail folder view.\n" +
|
||||
" -mail <URL> Open the message specified by this URL.\n",
|
||||
|
||||
/* nsIClassInfo */
|
||||
flags: Ci.nsIClassInfo.SINGLETON,
|
||||
|
|
|
@ -1725,6 +1725,6 @@ nsMsgComposeService::Handle(nsICommandLine* aCmdLine)
|
|||
NS_IMETHODIMP
|
||||
nsMsgComposeService::GetHelpInfo(nsACString& aResult)
|
||||
{
|
||||
aResult.Assign(NS_LITERAL_CSTRING(" -compose Compose a mail or news message.\n"));
|
||||
aResult.Assign(NS_LITERAL_CSTRING(" -compose Compose a mail or news message.\n"));
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
|
@ -1742,7 +1742,7 @@ nsNntpService::Handle(nsICommandLine* aCmdLine)
|
|||
NS_IMETHODIMP
|
||||
nsNntpService::GetHelpInfo(nsACString& aResult)
|
||||
{
|
||||
aResult.Assign(NS_LITERAL_CSTRING(" -news Open the news client.\n"));
|
||||
aResult.Assign(NS_LITERAL_CSTRING(" -news Open the news client.\n"));
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
|
@ -536,9 +536,9 @@ var nsBrowserContentHandler = {
|
|||
});
|
||||
},
|
||||
|
||||
helpInfo: " -browser <url> Open a browser window.\n" +
|
||||
" -url <url> Open the specified url.\n" +
|
||||
" -chrome <url> Open the specified chrome.\n",
|
||||
helpInfo: " -browser <url> Open a browser window.\n" +
|
||||
" -url <url> Open the specified url.\n" +
|
||||
" -chrome <url> Open the specified chrome.\n",
|
||||
|
||||
/* nsICommandLine */
|
||||
length: 1,
|
||||
|
|
Загрузка…
Ссылка в новой задаче