From 65245da0162a89acfe3a3643f02edd89ed6e6989 Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Fri, 11 Dec 2015 13:11:54 +0000
Subject: [PATCH] foamSequenceVTKFiles, mpirunDebug: Correct call to "usage"
 Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1946

---
 bin/foamSequenceVTKFiles | 2 +-
 bin/mpirunDebug          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/foamSequenceVTKFiles b/bin/foamSequenceVTKFiles
index fbbfc6014e..b106933ff1 100755
--- a/bin/foamSequenceVTKFiles
+++ b/bin/foamSequenceVTKFiles
@@ -72,7 +72,7 @@ do
       shift 2
       ;;
    -h | -help)
-      printUsage
+      usage
       ;;
    -o | -out)
       [ "$#" -ge 2 ] || usage "'$1' option requires an argument"
diff --git a/bin/mpirunDebug b/bin/mpirunDebug
index b9a284d611..469a285b2f 100755
--- a/bin/mpirunDebug
+++ b/bin/mpirunDebug
@@ -250,7 +250,7 @@ MPICH)
 *)
     echo
     echo "Unsupported WM_MPLIB setting : $WM_MPLIB"
-    printUsage
+    usage
     exit 1
 esac
 
-- 
GitLab