From patchwork Wed Dec 14 18:12:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: alexandros.frantzis@linaro.org X-Patchwork-Id: 5724 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 1DD5F23E0C for ; Wed, 14 Dec 2011 18:12:18 +0000 (UTC) Received: from mail-ey0-f180.google.com (mail-ey0-f180.google.com [209.85.215.180]) by fiordland.canonical.com (Postfix) with ESMTP id 14BDDA1882F for ; Wed, 14 Dec 2011 18:12:18 +0000 (UTC) Received: by mail-ey0-f180.google.com with SMTP id k10so999288eaa.11 for ; Wed, 14 Dec 2011 10:12:18 -0800 (PST) Received: by 10.204.131.74 with SMTP id w10mr1514073bks.36.1323886337869; Wed, 14 Dec 2011 10:12:17 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.129.2 with SMTP id hg2cs15838bkc; Wed, 14 Dec 2011 10:12:17 -0800 (PST) Received: by 10.227.208.199 with SMTP id gd7mr3323288wbb.2.1323886335518; Wed, 14 Dec 2011 10:12:15 -0800 (PST) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id v13si2061933weq.137.2011.12.14.10.12.15 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Dec 2011 10:12:15 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1RatJP-0003h0-AW for ; Wed, 14 Dec 2011 18:12:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 44CDDE0135 for ; Wed, 14 Dec 2011 18:12:15 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: glcompbench X-Launchpad-Branch: ~glcompbench-dev/glcompbench/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 73 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [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> Date: Wed, 14 Dec 2011 18:12:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="14487"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: b316183f45fb255d18b71bf487f6f2a0312496e0 ------------------------------------------------------------ revno: 73 committer: Alexandros Frantzis 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 === 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);