Skip to content
Snippets Groups Projects
Commit 65245da0 authored by Henry Weller's avatar Henry Weller
Browse files

foamSequenceVTKFiles, mpirunDebug: Correct call to "usage"

Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1946
parent d95e02dd
Branches
Tags
1 merge request!33Merge foundation
......@@ -72,7 +72,7 @@ do
shift 2
;;
-h | -help)
printUsage
usage
;;
-o | -out)
[ "$#" -ge 2 ] || usage "'$1' option requires an argument"
......
......@@ -250,7 +250,7 @@ MPICH)
*)
echo
echo "Unsupported WM_MPLIB setting : $WM_MPLIB"
printUsage
usage
exit 1
esac
......
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