summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@code-monkey.de>2006-08-25 16:07:58 -0700
committerEric Anholt <eric@anholt.net>2006-08-25 16:07:58 -0700
commitad7e07b309216e2eef30cbc718edefb79d8febe5 (patch)
tree351d3663605a284341f1288ff3578b7600651c82 /main.c
parent2319fc448354c6b965132ada135d38cce8badb9d (diff)
Correct typo in usage.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
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);