diff --git a/bin/foamSearch b/bin/foamSearch
index 1be563e914..386f080ed7 100755
--- a/bin/foamSearch
+++ b/bin/foamSearch
@@ -37,10 +37,10 @@ Options:
Examples:
* Default ddtSchemes entries in the fvSchemes files in all tutorials:
- foamSearch \$FOAM_TUTORIALS ddtSchemes/default fvSchemes
+ foamSearch \$FOAM_TUTORIALS ddtSchemes.default fvSchemes
* Relaxations factors for U in fvSolutions files in all tutorials:
- foamSearch -count \$FOAM_TUTORIALS relaxationFactors/equations/U fvSolution
+ foamSearch -count \$FOAM_TUTORIALS relaxationFactors.equations.U fvSolution
USAGE
exit 0 # A clean exit
diff --git a/bin/mergedDyM b/bin/mergedDyM
index eed3824241..dbca663ef9 100755
--- a/bin/mergedDyM
+++ b/bin/mergedDyM
@@ -23,10 +23,11 @@
# along with OpenFOAM. If not, see .
#
# Script
-# supersededByPostProcess
+# mergedDyM
#
# Description
-# Script to suggest using the new "postProcess" utility.
+# Script to inform that dynamic mesh (DyM) functionality has been
+# integrated into its (originally) static-mesh counterpart
#
#------------------------------------------------------------------------------
DyMsolver=${0##*/}
diff --git a/bin/pimpleDyMFoam b/bin/pimpleDyMFoam
deleted file mode 100755
index eed3824241..0000000000
--- a/bin/pimpleDyMFoam
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/sh
-#------------------------------------------------------------------------------
-# ========= |
-# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
-# \\ / O peration |
-# \\ / A nd | Copyright (C) 2017 OpenFOAM Foundation
-# \\/ M anipulation |
-#-------------------------------------------------------------------------------
-# License
-# This file is part of OpenFOAM.
-#
-# OpenFOAM is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-# for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with OpenFOAM. If not, see .
-#
-# Script
-# supersededByPostProcess
-#
-# Description
-# Script to suggest using the new "postProcess" utility.
-#
-#------------------------------------------------------------------------------
-DyMsolver=${0##*/}
-solver=$(echo $DyMsolver | sed 's/DyM//')
-
-echo "The dynamic mesh functionality in $DyMsolver has been merged into $solver"
-echo "and the $DyMsolver tutorials moved into the $solver tutorials directory"
-
-#------------------------------------------------------------------------------
diff --git a/bin/pimpleDyMFoam b/bin/pimpleDyMFoam
new file mode 120000
index 0000000000..d9fcbed5a0
--- /dev/null
+++ b/bin/pimpleDyMFoam
@@ -0,0 +1 @@
+mergedDyM
\ No newline at end of file