From Magnus Kessler, "Typo in usage string of examples/osganalysis
please specifies -> please specify"
This commit is contained in:
parent
d7b161078a
commit
8a929ea923
@ -649,7 +649,7 @@ int main(int argc, char** argv)
|
|||||||
|
|
||||||
if (fileNames.empty())
|
if (fileNames.empty())
|
||||||
{
|
{
|
||||||
OSG_NOTICE<<"No files loaded, please specifies files on commandline."<<std::endl;
|
OSG_NOTICE<<"No files loaded, please specify files on commandline."<<std::endl;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user