Skip to content
Snippets Groups Projects
Commit 274bb501 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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.
parent 088e46f2
No related branches found
No related tags found
No related merge requests found
...@@ -85,10 +85,10 @@ do ...@@ -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#*=}"
;; ;;
-*) -*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment