- Timestamp:
- 04/06/03 23:32:44 (10 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osggeometry/osggeometry.cpp
r1747 r1815 647 647 648 648 // set up the usage document, in case we need to print out how to use this program. 649 arguments.getApplicationUsage()->setCommandLineUsage(arguments.get ProgramName()+" [options] filename ...");649 arguments.getApplicationUsage()->setCommandLineUsage(arguments.getApplicationName()+" [options] filename ..."); 650 650 arguments.getApplicationUsage()->addCommandLineOption("-h or --help","Display this information"); 651 651 … … 675 675 return 1; 676 676 } 677 677 678 678 679 679 // create the model
