Changeset 12985

Show
Ignore:
Timestamp:
02/17/12 17:51:10 (16 months ago)
Author:
robert
Message:

From Kim Bale, "The application description for osg2cpp was cut and pasted from osgconv and not changed.

I've added a more relevant description."

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/examples/osg2cpp/osg2cpp.cpp

    r12460 r12985  
    6767    // set up the usage document, in case we need to print out how to use this program. 
    6868    arguments.getApplicationUsage()->setApplicationName(arguments.getApplicationName()); 
    69     arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is a utility for converting between various input and output databases formats."); 
     69    arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is a utility for converting glsl shader files into char arrays that can be compiled into applications."); 
    7070    arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 
    7171    arguments.getApplicationUsage()->addCommandLineOption("--shader <filename>","Shader file to create a .cpp file for.");