adjust usage for a few applications to account for new style

This commit is contained in:
Mark Olesen
2009-12-09 10:19:53 +01:00
parent 8d0522633e
commit dd8f4f657a
5 changed files with 72 additions and 19 deletions

View File

@ -94,7 +94,7 @@ int main(int argc, char *argv[])
argList::addBoolOption
(
"noMesh",
"Suppress writing the geometry. "
"suppress writing the geometry. "
"Can be useful for converting partial results for a static geometry"
);