Changeset 1815 for OpenSceneGraph/trunk/examples/osganimate/osganimate.cpp
- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osganimate/osganimate.cpp
r1747 r1815 194 194 195 195 // set up the usage document, in case we need to print out how to use this program. 196 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");196 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 197 197 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 198 198 … … 222 222 return 1; 223 223 } 224 224 225 225 // load the nodes from the commandline arguments. 226 226 osg::Node* model = createModel();
