From ad3d5020f7f57cc542a4b369efacfba27eb245b3 Mon Sep 17 00:00:00 2001 From: mattijs <mattijs> Date: Wed, 14 Feb 2018 10:17:13 +0000 Subject: [PATCH] ENH: foamDictionary. Added comment. Fixes #316. --- .../miscellaneous/foamDictionary/foamDictionary.C | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C b/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C index 5ce8d3a894d..88a4df557c3 100644 --- a/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C +++ b/applications/utilities/miscellaneous/foamDictionary/foamDictionary.C @@ -113,6 +113,14 @@ Usage dictionary with keyword 'entryDDD' where DDD is the position in the dictionary (after ignoring the FoamFile entry). + Notes: + - the use of '.' as the scoping symbol might conflict with + e.g. file extensions ('.' is not really considered + to be a valid word character). Instead use the '/' as a scoping + character e.g. + foamDictionary system/snappyHexMeshDict \ + -entry /geometry/motorBike.obj -remove + \*---------------------------------------------------------------------------*/ #include "argList.H" -- GitLab