Changed --compress to --compressed in commandline docs

This commit is contained in:
Robert Osfield 2004-08-24 07:29:28 +00:00
parent 3326454650
commit c3f6e9f7cd

View File

@ -169,7 +169,7 @@ static void usage( const char *prog, const char *msg )
osg::notify(osg::NOTICE)<< std::endl;
osg::notify(osg::NOTICE)<<"options:"<< std::endl;
osg::notify(osg::NOTICE)<<" -O option - ReaderWriter option"<< std::endl;
osg::notify(osg::NOTICE)<<" --compress - Compress textures."<< std::endl;
osg::notify(osg::NOTICE)<<" --compressed - Compress textures."<< std::endl;
osg::notify(osg::NOTICE)<<" -l libraryName - load plugin of name libraryName"<< std::endl;
osg::notify(osg::NOTICE)<<" i.e. -l osgdb_pfb"<< std::endl;
osg::notify(osg::NOTICE)<<" Useful for loading reader/writers which can load"<< std::endl;