mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
STYLE: ensure help for -dict matches its intended usage
This commit is contained in:
@ -684,6 +684,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
#include "addRegionOption.H"
|
||||
#include "addOverwriteOption.H"
|
||||
#include "addProfilingOption.H"
|
||||
argList::addBoolOption
|
||||
(
|
||||
"checkGeometry",
|
||||
@ -707,8 +708,7 @@ int main(int argc, char *argv[])
|
||||
"file",
|
||||
"Name of the file to save the simplified surface to"
|
||||
);
|
||||
#include "addProfilingOption.H"
|
||||
#include "addDictOption.H"
|
||||
argList::addOption("dict", "file", "Use alternative snappyHexMeshDict");
|
||||
|
||||
argList::noFunctionObjects(); // Never use function objects
|
||||
|
||||
|
||||
Reference in New Issue
Block a user