From 981182fb0155f13d4de3daf9cc253fafb637bdca Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 17 Feb 2012 16:51:10 +0000 Subject: [PATCH] From Kim Bale, "The application description for osg2cpp was cut and pasted from osgconv and not changed. I've added a more relevant description." --- examples/osg2cpp/osg2cpp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osg2cpp/osg2cpp.cpp b/examples/osg2cpp/osg2cpp.cpp index a76f7c975..893eb1956 100644 --- a/examples/osg2cpp/osg2cpp.cpp +++ b/examples/osg2cpp/osg2cpp.cpp @@ -66,7 +66,7 @@ int main( int argc, char **argv ) // set up the usage document, in case we need to print out how to use this program. arguments.getApplicationUsage()->setApplicationName(arguments.getApplicationName()); - arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is a utility for converting between various input and output databases formats."); + arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is a utility for converting glsl shader files into char arrays that can be compiled into applications."); arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); arguments.getApplicationUsage()->addCommandLineOption("--shader ","Shader file to create a .cpp file for."); arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display command line parameters");