Changeset 1844 for OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp
- Timestamp:
- 04/09/03 13:44:32 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp
r1832 r1844 320 320 321 321 // set up the usage document, in case we need to print out how to use this program. 322 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrates how to encpsulate OpenGL rendering code via sublcassing of osg::Drawable.."); 322 323 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 323 324 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information");
