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

foamSequenceVTKFiles, mpirunDebug: Correct call to "usage"

parent fc4e7db5
No related branches found
No related tags found
No related merge requests found
...@@ -72,7 +72,7 @@ do ...@@ -72,7 +72,7 @@ do
shift 2 shift 2
;; ;;
-h | -help) -h | -help)
printUsage usage
;; ;;
-o | -out) -o | -out)
[ "$#" -ge 2 ] || usage "'$1' option requires an argument" [ "$#" -ge 2 ] || usage "'$1' option requires an argument"
......
...@@ -250,7 +250,7 @@ MPICH) ...@@ -250,7 +250,7 @@ MPICH)
*) *)
echo echo
echo "Unsupported WM_MPLIB setting : $WM_MPLIB" echo "Unsupported WM_MPLIB setting : $WM_MPLIB"
printUsage usage
exit 1 exit 1
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment