Adding help text for -P <profile> commandline option (23874). r=akkana

This commit is contained in:
mcafee%netscape.com 2000-02-04 01:24:04 +00:00
parent d8e1b2f43d
commit 9b3148c7fa

View File

@ -627,6 +627,7 @@ void DumpHelp(char *appname)
printf(" -width <value> Set width of startup window to <value>.\n");
printf(" -v or -version Print %s version.\n", appname);
printf(" -CreateProfile <profile> Create and start with <profile>.\n");
printf(" -P <profile> Start with <profile>.\n");
printf(" -ProfileWizard Start with profile wizard.\n");
printf(" -ProfileManager Start with profile manager.\n");
printf(" -SelectProfile Start with profile selection dialog.\n");