- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osghangglide/osghangglide.cpp
r1747 r1815 109 109 110 110 // set up the usage document, in case we need to print out how to use this program. 111 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");111 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 112 112 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 113 113 … … 140 140 return 1; 141 141 } 142 142 143 143 // load the nodes from the commandline arguments. 144 144 osg::Node* rootnode = osgDB::readNodeFiles(arguments);
