Changeset 1815 for OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp
- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osglogo/osglogo.cpp
r1747 r1815 408 408 409 409 // set up the usage document, in case we need to print out how to use this program. 410 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");410 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 411 411 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 412 412 arguments.getApplicationUsage()->addCommandLineOption("ps","Render the Professional Services logo"); … … 439 439 return 1; 440 440 } 441 441 442 442 osg::Node* node = createLogo(); 443 443
