STYLE: add notes to some (most) command-line options

- mapFields and splitMeshRegions need more clarification
This commit is contained in:
Mark Olesen
2010-04-27 10:50:15 +02:00
parent 5debfe4cdf
commit 147fa2a75d
85 changed files with 1221 additions and 472 deletions

View File

@ -51,7 +51,8 @@ int main(int argc, char *argv[])
Foam::argList::addOption
(
"dict",
"dictionary name"
"name",
"dictionary to use"
);
if (argc < 2)
@ -61,7 +62,7 @@ int main(int argc, char *argv[])
<< exit(FatalError);
}
word utilityName = argv[1];
const word utilityName = argv[1];
Foam::autoPtr<Foam::calcType> utility
(