- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgbillboard/osgbillboard.cpp
r1747 r1815 169 169 170 170 // set up the usage document, in case we need to print out how to use this program. 171 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");171 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 172 172 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 173 173 … … 197 197 return 1; 198 198 } 199 199 200 200 // create a model from the images. 201 201 osg::Node* rootNode = createModel();
