demos: fix usage text

This commit is contained in:
Brian Paul 2009-04-18 10:08:15 -06:00
parent 54fb6f0053
commit 2bf326af10
1 changed files with 1 additions and 1 deletions

View File

@ -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");