Changeset 1844 for OpenSceneGraph/trunk/examples/osghud/osghud.cpp
- Timestamp:
- 04/09/03 13:44:32 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osghud/osghud.cpp
r1832 r1844 118 118 119 119 // set up the usage document, in case we need to print out how to use this program. 120 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrates how to do Head Up Displays."); 120 121 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] [filename] ..."); 121 122 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information");
