remove references to incorrect -winwidth/-winheight, replace with -geometry

This commit is contained in:
Brian Paul 2008-06-04 15:56:30 -06:00
parent 028fd5594c
commit c5342ad0d0

View file

@ -548,8 +548,7 @@ usage(void)
printf(" -stereo run in stereo mode\n");
printf(" -fullscreen run in fullscreen mode\n");
printf(" -info display OpenGL renderer info\n");
printf(" -winwidth <width> window width (default: 300)\n");
printf(" -winheight <height> window height (default: 300)\n");
printf(" -geometry WxH+X+Y window geometry\n");
}