xeglgears: Update help text
authorKristian Høgsberg <krh@bitplanet.net>
Wed, 24 Feb 2010 20:32:59 +0000 (15:32 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 25 Feb 2010 01:08:54 +0000 (20:08 -0500)
progs/egl/xeglgears.c

index 957081e50027b9393c8622b5a6519d01bbce63b8..2f9ece4be0a443312e5d8a98e1c0cb4739eb6bfb 100644 (file)
@@ -712,7 +712,8 @@ usage(void)
    printf("  -fullscreen             run in fullscreen mode\n");
    printf("  -info                   display OpenGL renderer info\n");
    printf("  -pixmap                 use pixmap surface\n");
-   printf("  -pbuffer-copy           use pbuffer surface and eglCopyBuffers\n");
+   printf("  -pixmap-texture         use pixmap surface and texture using EGLImage\n");
+   printf("  -pbuffer                use pbuffer surface and eglCopyBuffers\n");
    printf("  -pbuffer-texture        use pbuffer surface and eglBindTexImage\n");
 }