- Timestamp:
- 07/17/11 18:24:47 (22 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgpagedlod/osgpagedlod.cpp
r7648 r12697 218 218 // set up the usage document, in case we need to print out how to use this program. 219 219 arguments.getApplicationUsage()->setApplicationName(arguments.getApplicationName()); 220 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" creates a hiera chy of files for paging which can be later loaded by viewers.");220 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" creates a hierarchy of files for paging which can be later loaded by viewers."); 221 221 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 222 222 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information");
