Changeset 1815 for OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp
- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgteapot/osgteapot.cpp
r1747 r1815 320 320 321 321 // set up the usage document, in case we need to print out how to use this program. 322 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");322 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 323 323 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 324 324
