Bug 646718 Remove --no-xshm command line option from help r=karlt

This commit is contained in:
Ginn Chen 2011-03-31 16:40:25 +08:00
parent 50eef127aa
commit 259ab2256f

View File

@ -1331,10 +1331,7 @@ DumpHelp()
#ifdef MOZ_X11
printf("X11 options\n"
" --display=DISPLAY X display to use\n"
" --sync Make X calls synchronous\n"
" --no-xshm Don't use X shared memory extension\n"
" --xim-preedit=STYLE\n"
" --xim-status=STYLE\n");
" --sync Make X calls synchronous\n");
#endif
#ifdef XP_UNIX
printf(" --g-fatal-warnings Make all warnings fatal\n"