- Timestamp:
- 07/17/11 18:24:47 (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/applications/osgarchive/osgarchive.cpp
r11931 r12697 30 30 // set up the usage document, in case we need to print out how to use this program. 31 31 arguments.getApplicationUsage()->setApplicationName(arguments.getApplicationName()); 32 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..");32 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.."); 33 33 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 34 34
