Adding -quiet win32 option to -help output (26752)

This commit is contained in:
mcafee%netscape.com 2000-05-17 05:44:05 +00:00
Родитель f6b99f8941
Коммит 080393cfe4
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -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