summaryrefslogtreecommitdiff
path: root/progs/xdemos
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-04 15:56:30 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-04 15:56:30 -0600
commitc5342ad0d08b5ee845b5678cb8634c98d5ac95b0 (patch)
tree1f38ebb0a508edd11d21d09b205cd26fa75b5a6d /progs/xdemos
parent028fd5594cd6becfdfc0820b1083729c6033e363 (diff)
remove references to incorrect -winwidth/-winheight, replace with -geometry
Diffstat (limited to 'progs/xdemos')
-rw-r--r--progs/xdemos/glxgears.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/progs/xdemos/glxgears.c b/progs/xdemos/glxgears.c
index ec431c16f0..af970dcdc2 100644
--- a/progs/xdemos/glxgears.c
+++ b/progs/xdemos/glxgears.c
@@ -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");
}