rendercheck: main.c

Eric Anholt anholt at kemper.freedesktop.org
Fri Aug 25 16:12:19 PDT 2006


 main.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree ad7e07b309216e2eef30cbc718edefb79d8febe5 (from 2319fc448354c6b965132ada135d38cce8badb9d)
Author: Tilman Sauerbeck <tilman at code-monkey.de>
Date:   Fri Aug 25 16:07:58 2006 -0700

    Correct typo in usage.

diff --git a/main.c b/main.c
index 2a1fc58..9f44d2a 100644
--- a/main.c
+++ b/main.c
@@ -106,7 +106,7 @@ 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: dcoors,scoords,mcoords,tscoords,\n"
+            "\tAvailable tests: dcoords,scoords,mcoords,tscoords,\n"
             "\t\ttmcoords,blend,composite,cacomposite,gradients,repeat,triangles\n",
 	program);
     exit(1);



More information about the xorg-commit mailing list