From 2147e6f8f8e405b2a36536d6e79a4fc50d0e3929 Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Wed, 9 Dec 2015 22:12:55 +0000 Subject: [PATCH] BUG: helpType - removed 'boundary condition' text from argList options --- .../miscellaneous/foamHelp/helpTypes/helpType/helpType.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/miscellaneous/foamHelp/helpTypes/helpType/helpType.C b/applications/utilities/miscellaneous/foamHelp/helpTypes/helpType/helpType.C index 0d586d1c88..68ae82fa50 100644 --- a/applications/utilities/miscellaneous/foamHelp/helpTypes/helpType/helpType.C +++ b/applications/utilities/miscellaneous/foamHelp/helpTypes/helpType/helpType.C @@ -183,7 +183,7 @@ void Foam::helpType::init() ( "browse", "word", - "display documentation for boundary condition in browser" + "display documentation in browser" ); }