mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: split off modules/list-modules script
STYLE: string quoting when echoing paths in wmake have_* scripts STYLE: more consistency in foamRunTutorials, foamCleanTutorials options
This commit is contained in:
@ -41,12 +41,13 @@ printHelp() {
|
||||
Usage: ${0##*/} [OPTION]
|
||||
options:
|
||||
-case <dir> specify starting directory, default is cwd
|
||||
-self | -skipFirst avoid Allrun, Alltest script (prevent infinite recursion)
|
||||
-self avoid Allrun, Alltest script (prevent infinite recursion)
|
||||
-test prefer Alltest script, pass -test argument to scripts
|
||||
-help print the usage
|
||||
|
||||
Recursively run Allrun/Alltest or blockMesh+application,
|
||||
starting with the current directory or the specified -case directory.
|
||||
The -skipFirst option is the same as -self.
|
||||
|
||||
USAGE
|
||||
exit 0 # clean exit
|
||||
|
||||
Reference in New Issue
Block a user