STYLE: ensure help for -dict matches its intended usage

This commit is contained in:
Mark Olesen
2018-12-17 10:39:59 +01:00
parent 146bfe2b56
commit 919fa3a541
21 changed files with 41 additions and 27 deletions

View File

@ -396,7 +396,8 @@ int main(int argc, char *argv[])
" (such as the patch type for fields and polyMesh/boundary files)."
);
#include "addDictOption.H"
argList::addOption("dict", "file", "Use alternative changeDictionaryDict");
argList::addOption
(
"subDict",