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:
@ -261,13 +261,13 @@ void removeDict(dictionary& dict, const dictionary& dictToRemove)
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
argList::addNote("manipulates dictionaries");
|
||||
argList::addNote("Manipulates dictionaries");
|
||||
|
||||
argList::noBanner();
|
||||
argList::noJobInfo();
|
||||
argList::addArgument("dictionary");
|
||||
argList::addBoolOption("keywords", "List keywords");
|
||||
argList::addOption("entry", "name", "report/select the named entry");
|
||||
argList::addOption("entry", "name", "Report/select the named entry");
|
||||
argList::addBoolOption
|
||||
(
|
||||
"value",
|
||||
@ -288,7 +288,7 @@ int main(int argc, char *argv[])
|
||||
argList::addBoolOption
|
||||
(
|
||||
"remove",
|
||||
"Remove the entry."
|
||||
"Remove the entry"
|
||||
);
|
||||
argList::addOption
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user