mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: tag some options as 'advanced' (only shown with -help-full)
General:
* -roots, -hostRoots, -fileHandler
Specific:
* -to <coordinateSystem> -from <coordinateSystem>
- Display -help-compat when compatibility or ignored options are available
STYLE: capitalization of options text
This commit is contained in:
@ -62,29 +62,29 @@ int main(int argc, char *argv[])
|
||||
(
|
||||
"max",
|
||||
"N",
|
||||
"maximum number of outputs"
|
||||
"Maximum number of outputs"
|
||||
);
|
||||
argList::addOption
|
||||
(
|
||||
"span",
|
||||
"N",
|
||||
"increment each input by factor N (default: 1)"
|
||||
"Increment each input by factor N (default: 1)"
|
||||
);
|
||||
argList::addOption
|
||||
(
|
||||
"scale",
|
||||
"factor",
|
||||
"relaxation/scaling factor for movement (default: 1)"
|
||||
"Relaxation/scaling factor for movement (default: 1)"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
"removeLock",
|
||||
"remove lock-file on termination of slave"
|
||||
"Remove lock-file on termination of slave"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
"slave",
|
||||
"invoke as a slave responder for testing"
|
||||
"Invoke as a slave responder for testing"
|
||||
);
|
||||
argList::addArgument("responseFile");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user