ENH: support usage descriptions for command arguments

This commit is contained in:
Mark Olesen
2018-12-12 11:58:56 +01:00
parent c3b6c787a7
commit f38190213c
49 changed files with 256 additions and 110 deletions

View File

@ -273,7 +273,7 @@ int main(int argc, char *argv[])
" boundary edges to match other surface boundary edges"
);
argList::noParallel();
argList::addArgument("hookTolerance");
argList::addArgument("hookTolerance", "The point merge tolerance");
#include "addDictOption.H"