From c3f6e9f7cdc91cb1fc22478e0fdc2c435ac35732 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 24 Aug 2004 07:29:28 +0000 Subject: [PATCH] Changed --compress to --compressed in commandline docs --- examples/osgconv/osgconv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgconv/osgconv.cpp b/examples/osgconv/osgconv.cpp index 8ca483a27..c2b7cd186 100644 --- a/examples/osgconv/osgconv.cpp +++ b/examples/osgconv/osgconv.cpp @@ -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;