summaryrefslogtreecommitdiff
path: root/progs/xdemos
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-05-07 11:57:03 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-05-07 11:57:46 -0600
commit8f76459f62aaf6f3a130e9be75aa7fe565406d28 (patch)
tree7be54969089f003826378a05e42a9cf738805e91 /progs/xdemos
parentf34a30bf791b7126b13abaa1965c70ff9633f38e (diff)
mesa: document a/s keys
Diffstat (limited to 'progs/xdemos')
-rw-r--r--progs/xdemos/glthreads.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/xdemos/glthreads.c b/progs/xdemos/glthreads.c
index 767aef9e410..b90e6b4f319 100644
--- a/progs/xdemos/glthreads.c
+++ b/progs/xdemos/glthreads.c
@@ -565,6 +565,8 @@ usage(void)
printf("Keyboard:\n");
printf(" Esc Exit\n");
printf(" t Change texture image (requires -t option)\n");
+ printf(" a Toggle animation\n");
+ printf(" s Step rotation (when not animating)\n");
}