projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54fb6f0
)
demos: fix usage text
author
Brian Paul
<brianp@vmware.com>
Sat, 18 Apr 2009 16:08:15 +0000
(10:08 -0600)
committer
Brian Paul
<brianp@vmware.com>
Sat, 18 Apr 2009 16:08:15 +0000
(10:08 -0600)
progs/tests/jkrahntest.c
patch
|
blob
|
history
diff --git
a/progs/tests/jkrahntest.c
b/progs/tests/jkrahntest.c
index 08660b8932e2cc8c794e07fb56b11da4e29ce390..3fef105fc2cbcde0b9c5babdebdff7a04889dfdf 100644
(file)
--- a/
progs/tests/jkrahntest.c
+++ b/
progs/tests/jkrahntest.c
@@
-45,7
+45,7
@@
int main(int argc, char **argv)
if (argc < 2) {
fprintf(stderr, "This program tests GLX context switching.\n");
- fprintf(stderr, "Usage:
cxbug
<n>\n");
+ fprintf(stderr, "Usage:
jkrahntest
<n>\n");
fprintf(stderr, "Where n is:\n");
fprintf(stderr, "\t1) Use two contexts and swap only when the context is current (typical case).\n");
fprintf(stderr, "\t2) Use two contexts and swap at the same time.\n");