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
Branches
Tags
No related merge requests found
......@@ -85,10 +85,10 @@ do
--recursive-backend--)
optBackend=true
;;
--output=*)
-output=*)
moduleOutput="${1#*=}"
;;
--tmpdir=*)
-tmpdir=*)
moduleTmpDir="${1#*=}"
;;
-*)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment