- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgoccluder/osgoccluder.cpp
r1747 r1815 284 284 285 285 // set up the usage document, in case we need to print out how to use this program. 286 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");286 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 287 287 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 288 288 arguments.getApplicationUsage()->addCommandLineOption("-c","Mannually create occluders");
