- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgimpostor/osgimpostor.cpp
r1747 r1815 220 220 221 221 // set up the usage document, in case we need to print out how to use this program. 222 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");222 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 223 223 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 224 224 … … 254 254 255 255 256 257 256 // load the nodes from the commandline arguments. 258 257 osg::Node* model = osgDB::readNodeFiles(arguments);
