diff options
author | Brian Paul <[email protected]> | 2009-04-18 10:08:15 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-04-18 10:08:15 -0600 |
commit | 2bf326af10d02b2d5a44cee98fa62c8a8940dd11 (patch) | |
tree | ae55434dadf4e3bdb6b0243f7c8650313fc33bfe /progs | |
parent | 54fb6f0053dc153b76a2e6a242bac376c6723279 (diff) |
demos: fix usage text
Diffstat (limited to 'progs')
-rw-r--r-- | progs/tests/jkrahntest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/tests/jkrahntest.c b/progs/tests/jkrahntest.c index 08660b8932e..3fef105fc2c 100644 --- 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"); |