diff mbox

[Branch,~glcompbench-dev/glcompbench/trunk] Rev 73: Options, Doc: Make it explicit that the --backend option accepts an argument.

Message ID 20111214181215.10230.74220.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

alexandros.frantzis@linaro.org Dec. 14, 2011, 6:12 p.m. UTC
------------------------------------------------------------
revno: 73
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Wed 2011-12-14 14:49:09 +0200
message:
  Options,Doc: Make it explicit that the --backend option accepts an argument.
modified:
  doc/glcompbench.1.in
  src/options.cc


--
lp:glcompbench
https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk

You are subscribed to branch lp:glcompbench.
To unsubscribe from this branch go to https://code.launchpad.net/~glcompbench-dev/glcompbench/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/glcompbench.1.in'
--- doc/glcompbench.1.in	2011-12-14 11:38:45 +0000
+++ doc/glcompbench.1.in	2011-12-14 12:49:09 +0000
@@ -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'
--- src/options.cc	2011-12-12 13:16:47 +0000
+++ src/options.cc	2011-12-14 12:49:09 +0000
@@ -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);