From 8dd02db3b8079dc25abe009d6c69f4d07d258d71 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Fri, 23 Jun 2017 08:59:18 +0100 Subject: [PATCH] foamDebugSwitches: Updated Resolves bug-report https://bugs.openfoam.org/view.php?id=2590 --- bin/foamDebugSwitches | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/foamDebugSwitches b/bin/foamDebugSwitches index a8b1a6f67..393d491ad 100755 --- a/bin/foamDebugSwitches +++ b/bin/foamDebugSwitches @@ -3,7 +3,7 @@ # ========= | # \\ / F ield | OpenFOAM: The Open Source CFD Toolbox # \\ / O peration | -# \\ / A nd | Copyright (C) 2016 OpenFOAM Foundation +# \\ / A nd | Copyright (C) 2016-2017 OpenFOAM Foundation # \\/ M anipulation | #------------------------------------------------------------------------------- # License @@ -32,6 +32,6 @@ Script=${0##*/} echo $Script "has been superceded by the foamList utility:" -echo "foamList -debug" +echo "foamList -switches" #------------------------------------------------------------------------------