mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: incorrect option name handling for foamCreateModuleInclude
- The usage claimed '-output=', but was using '--output=' for the output file. Rectify to use single dash as documented.
This commit is contained in:
@ -85,10 +85,10 @@ do
|
||||
--recursive-backend--)
|
||||
optBackend=true
|
||||
;;
|
||||
--output=*)
|
||||
-output=*)
|
||||
moduleOutput="${1#*=}"
|
||||
;;
|
||||
--tmpdir=*)
|
||||
-tmpdir=*)
|
||||
moduleTmpDir="${1#*=}"
|
||||
;;
|
||||
-*)
|
||||
|
||||
Reference in New Issue
Block a user