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:
Mark Olesen
2018-12-04 17:19:25 +01:00
parent 088e46f2dd
commit 274bb501bc

View File

@ -85,10 +85,10 @@ do
--recursive-backend--) --recursive-backend--)
optBackend=true optBackend=true
;; ;;
--output=*) -output=*)
moduleOutput="${1#*=}" moduleOutput="${1#*=}"
;; ;;
--tmpdir=*) -tmpdir=*)
moduleTmpDir="${1#*=}" moduleTmpDir="${1#*=}"
;; ;;
-*) -*)