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

@ -101,13 +101,13 @@ int main(int argc, char *argv[])
argList::addBoolOption
(
"noPatches",
"Suppress writing any patches"
"suppress writing any patches"
);
argList::addOption
(
"patches",
"patchList",
"Specify particular patches to write. "
"wordList",
"specify particular patches to write - eg '(inlet outlet)'. "
"An empty list suppresses writing the internalMesh."
);