Changeset 1844 for OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp
- Timestamp:
- 04/09/03 13:44:32 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp
r1832 r1844 408 408 409 409 // set up the usage document, in case we need to print out how to use this program. 410 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrates both text, animation and billboard via custom transform to create the OpenSceneGraph logo.."); 410 411 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 411 412 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information");
