=== modified file 'src/gl-composite-benchmark'
@@ -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
;;