Changeset 1815 for OpenSceneGraph/trunk/examples/osgtext/osgtext.cpp
- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgtext/osgtext.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgtext/osgtext.cpp
r1770 r1815 431 431 432 432 // set up the usage document, in case we need to print out how to use this program. 433 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] [filename] ...");433 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] [filename] ..."); 434 434 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 435 435 … … 460 460 return 1; 461 461 } 462 462 463 463 464 464 // read the scene from the list of file specified commandline args.
