Added usage info in -O option.

This commit is contained in:
Robert Osfield
2003-01-04 20:43:53 +00:00
parent 7b6d802131
commit 1317f6feaf

View File

@@ -68,6 +68,9 @@ void write_usage(std::ostream& out,const std::string& name)
out <<" done with -l above, as it automatically expands to"<< std::endl;
out <<" the full library name appropriate for each platform."<< std::endl;
out <<std::endl;
out <<" -O \"options string\" - create an options string to pass to the reader/wrter "<< std::endl;
out <<" for controlling reading and writing parameters."<< std::endl;
out <<std::endl;
out <<" -stereo - switch on stereo rendering, using the default of,"<< std::endl;
out <<" ANAGLYPHIC or the value set in the OSG_STEREO_MODE "<< std::endl;
out <<" environmental variable. See doc/stereo.html for "<< std::endl;