=== modified file 'doc/glcompbench.1.in'
@@ -43,7 +43,7 @@
Don't update the screen by swapping the front and
back buffer, use glFinish() instead
.TP
-\fB\-\-backend\fR
+\fB\-\-backend\fR BACKEND
The OpenGL backend to use (supported backends: @backends@)
.TP
\fB\-d\fR, \fB\-\-debug\fR
=== modified file 'src/options.cc'
@@ -134,7 +134,7 @@
" -l, --list-tests List the avalaible tests and their options\n"
" --no-swap-buffers Don't update the screen by swapping the front and\n"
" back buffer, use glFinish() instead\n"
- " --backend The OpenGL backend to use (%s)\n"
+ " --backend BACKEND The OpenGL backend to use (%s)\n"
" -d, --debug Display debug messages\n"
" -h, --help Display help\n",
available_backends);