rendercheck: main.c

Tilman Sauerbeck tilman at kemper.freedesktop.org
Tue Sep 5 21:58:41 EEST 2006


 main.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

New commits:
diff-tree 053d4f3d0f4e271e5c868067137264756a11dbff (from de32ec8589b7d292dcf6e92c9f28a62b95aa2dbd)
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Tue Sep 5 20:58:22 2006 +0200

    Added missing tests to usage output.

diff --git a/main.c b/main.c
index 9f44d2a..01b6d3c 100644
--- a/main.c
+++ b/main.c
@@ -106,8 +106,9 @@ usage (char *program)
     fprintf(stderr, "usage: %s [-d|--display display] [-v|--verbose]\n"
 	"\t[-t test1,test2,...] [-o op1,op2,...] [--sync]"
 	"\t[--minimalrendering]\n"
-            "\tAvailable tests: dcoords,scoords,mcoords,tscoords,\n"
-            "\t\ttmcoords,blend,composite,cacomposite,gradients,repeat,triangles\n",
+            "\tAvailable tests: fill,dcoords,scoords,mcoords,tscoords,\n"
+            "\t\ttmcoords,blend,composite,cacomposite,gradients,repeat,triangles,\n"
+            "\t\tbug7366\n",
 	program);
     exit(1);
 }



More information about the xorg-commit mailing list