From eb68840577e33bf63de2eba8ed3351462d747d18 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Wed, 29 May 2024 12:23:55 +0100 Subject: [PATCH] reorderPatches: Corrected addNote --- .../mesh/manipulation/reorderPatches/reorderPatches.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/applications/utilities/mesh/manipulation/reorderPatches/reorderPatches.C b/applications/utilities/mesh/manipulation/reorderPatches/reorderPatches.C index bfd69a775e..149f432903 100644 --- a/applications/utilities/mesh/manipulation/reorderPatches/reorderPatches.C +++ b/applications/utilities/mesh/manipulation/reorderPatches/reorderPatches.C @@ -73,8 +73,7 @@ int main(int argc, char *argv[]) argList::addNote ( - "Stitch the faces on the specified patch pairs\n" - "converting the overlapping patch faces into internal faces.\n" + "Utility to reorder the patches of a case.\n" ); #include "addOverwriteOption.H"