From 69a4c76c6e2d596e42aead2e8bf15d63e4af7bbb Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 3 Nov 2009 18:08:53 +0000
Subject: [PATCH] changed help text

---
 applications/utilities/mesh/manipulation/setSet/setSet.C | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/applications/utilities/mesh/manipulation/setSet/setSet.C b/applications/utilities/mesh/manipulation/setSet/setSet.C
index 3732c7e4ec1..7b348015d40 100644
--- a/applications/utilities/mesh/manipulation/setSet/setSet.C
+++ b/applications/utilities/mesh/manipulation/setSet/setSet.C
@@ -283,11 +283,11 @@ void printHelp(Ostream& os)
         << "    cellSet c0 list" << endl
         << endl
         << "Zones can be set using zoneSets from corresponding sets:" << endl
-        << "    cellZoneSet c0Zone new setToZone c0" << endl
-        << "    faceZoneSet f0Zone new setToZone f0" << endl 
+        << "    cellZoneSet c0Zone new setToCellZone c0" << endl
+        << "    faceZoneSet f0Zone new setToFaceZone f0" << endl 
         << endl
         << "or if orientation is important:" << endl
-        << "    faceZoneSet f0Zone new setsToZone f0 c0" << endl 
+        << "    faceZoneSet f0Zone new setsToFaceZone f0 c0" << endl 
         << endl
         << "ZoneSets can be manipulated using the general actions:" << endl
         << "    list            - prints the contents of the set" << endl
-- 
GitLab