- Timestamp:
- 07/18/06 15:37:42 (7 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgsimulation/osgsimulation.cpp
r5159 r5326 212 212 213 213 // set up the usage document, in case we need to print out how to use this program. 214 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrates use of particle systems.");215 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName() +" [options] image_file_left_eye image_file_right_eye");214 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrates use of node tracker."); 215 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()); 216 216 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 217 217
