- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgkeyboard/osgkeyboard.cpp
r1792 r1815 382 382 383 383 // set up the usage document, in case we need to print out how to use this program. 384 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");384 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 385 385 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 386 386 arguments.getApplicationUsage()->addCommandLineOption("-c","Mannually create occluders"); … … 417 417 return 1; 418 418 } 419 420 419 421 420 // attach the scene graph.
