зеркало из https://github.com/mozilla/pjs.git
Adding -quiet win32 option to -help output (26752)
This commit is contained in:
Родитель
f6b99f8941
Коммит
080393cfe4
|
@ -942,6 +942,9 @@ static void DumpHelp(char *appname)
|
|||
printf("%s-splash%sEnable splash screen.\n",HELP_SPACER_1,HELP_SPACER_2);
|
||||
#else
|
||||
printf("%s-nosplash%sDisable splash screen.\n",HELP_SPACER_1,HELP_SPACER_2);
|
||||
#ifdef XP_PC
|
||||
printf("%s-quiet%sDisable splash screen.\n",HELP_SPACER_1,HELP_SPACER_2);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// this works, but only after the components have registered. so if you drop in a new command line handler, -help
|
||||
|
|
Загрузка…
Ссылка в новой задаче