Changeset 1844 for OpenSceneGraph/trunk/examples/osgcopy/osgcopy.cpp
- Timestamp:
- 04/09/03 13:44:32 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/examples/osgcopy/osgcopy.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgcopy/osgcopy.cpp
r1832 r1844 134 134 135 135 // set up the usage document, in case we need to print out how to use this program. 136 arguments.getApplicationUsage()->setDescription(arguments.getApplicationName()+" is the example which demonstrates use of deep vs shallow vs custom copying of scene graphs."); 136 137 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 137 138 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information");
