~glcompbench-dev/glcompbench/trunk

« back to all changes in this revision

Viewing changes to src/options.cc

  • Committer: Alexandros Frantzis
  • Date: 2011-12-14 12:49:09 UTC
  • Revision ID: alexandros.frantzis@linaro.org-20111214124909-t9j790x75e1ba1e6
Options,Doc: Make it explicit that the --backend option accepts an argument.

Show diffs side-by-side

added added

removed removed

Lines of Context:
134
134
           "  -l, --list-tests       List the avalaible tests and their options\n"
135
135
           "      --no-swap-buffers  Don't update the screen by swapping the front and\n"
136
136
           "                         back buffer, use glFinish() instead\n"
137
 
           "      --backend          The OpenGL backend to use (%s)\n"
 
137
           "      --backend BACKEND  The OpenGL backend to use (%s)\n"
138
138
           "  -d, --debug            Display debug messages\n"
139
139
           "  -h, --help             Display help\n",
140
140
           available_backends);