fix bug 46127 -console option missing from -help listing

patch by anedah-9@sm.luth.se r=timeless, sr=alecf
This commit is contained in:
timeless%mac.com 2001-03-06 15:51:05 +00:00
Родитель bf7eb7d444
Коммит bb50596346
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -1057,6 +1057,9 @@ static void DumpHelp(char *appname)
printf("%s-ProfileWizard%sStart with profile wizard.\n",HELP_SPACER_1,HELP_SPACER_2);
printf("%s-ProfileManager%sStart with profile manager.\n",HELP_SPACER_1,HELP_SPACER_2);
printf("%s-SelectProfile%sStart with profile selection dialog.\n",HELP_SPACER_1,HELP_SPACER_2);
#ifdef XP_WIN32
printf("%s-console%sStart Mozilla with a debugging console.\n",HELP_SPACER_1,HELP_SPACER_2);
#endif
#ifdef MOZ_ENABLE_XREMOTE
printf("%s-remote <command>%sExecute <command> in an already running\n"
"%sMozilla process. For more info, see:\n"