- Timestamp:
- 07/17/11 18:24:47 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/applications/osgfilecache/osgfilecache.cpp
r12292 r12697 452 452 // set up the usage document, in case we need to print out how to use this program. 453 453 arguments.getApplicationUsage()->setApplicationName(arguments.getApplicationName()); 454 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is an application for collecting a set of sep erate files into a single archive file that can be later read in OSG applications..");454 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is an application for collecting a set of separate files into a single archive file that can be later read in OSG applications.."); 455 455 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 456 456 arguments.getApplicationUsage()->addCommandLineOption("-l level","Read down to level across the whole database.");
