foamSequenceVTKFiles, mpirunDebug: Correct call to "usage"
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1946
This commit is contained in:
parent
d95e02dd84
commit
65245da016
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue