Changeset 1815 for OpenSceneGraph/trunk/examples/osghud/osghud.cpp
- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp
r1747 r1815 118 118 119 119 // set up the usage document, in case we need to print out how to use this program. 120 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] [filename] ...");120 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] [filename] ..."); 121 121 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 122 122 … … 147 147 return 1; 148 148 } 149 150 149 151 150 // read the scene from the list of file specified commandline args. 152 151 osg::ref_ptr<osg::Node> scene = osgDB::readNodeFiles(arguments);
