diff mbox

[Branch,~glcompbench-dev/glcompbench/trunk] Rev 66: GlCompositeBenchmark: Replace references to egl-composite with glcompbench.

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

Commit Message

alexandros.frantzis@linaro.org Dec. 5, 2011, 12:30 p.m. UTC
------------------------------------------------------------
revno: 66
committer: Alexandros Frantzis <alexandros.frantzis@linaro.org>
branch nick: trunk
timestamp: Mon 2011-12-05 14:27:39 +0200
message:
  GlCompositeBenchmark: Replace references to egl-composite with glcompbench.
modified:
  src/gl-composite-benchmark


--
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 'src/gl-composite-benchmark'
--- src/gl-composite-benchmark	2011-12-05 12:20:15 +0000
+++ src/gl-composite-benchmark	2011-12-05 12:27:39 +0000
@@ -2,20 +2,20 @@ 
 
 # Copyright © 2011 Linaro Limited
 #
-# This file is part of egl-composite.
+# This file is part of glcompbench.
 #
-# egl-composite is free software: you can redistribute it and/or modify
+# glcompbench is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation, either version 3 of the License, or
 # (at your option) any later version.
 #
-# egl-composite is distributed in the hope that it will be useful,
+# glcompbench is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with egl-composite.  If not, see <http://www.gnu.org/licenses/>.
+# along with glcompbench  If not, see <http://www.gnu.org/licenses/>.
 #
 # Authors:
 #  Alexandros Frantzis <alexandros.frantzis@linaro.org>
@@ -87,7 +87,7 @@ 
                echo "Usage: gl-composite-benchmark [OPTIONS] [-- [GLCOMPBENCH_OPTIONS]]"
                echo "  -n NWINDOWS   the number of windows to use [default: 4]"
                echo "  -d DELAY      the delay between window updates [default: 0.25]"
-               echo "  -e EXECUTABLE the egl-composite executable to use"
+               echo "  -e EXECUTABLE the glcompbench executable to use"
                echo "  -h            display help message"
                exit 1
                ;;