Skip to content
Snippets Groups Projects
Commit 69a4c76c authored by mattijs's avatar mattijs
Browse files

changed help text

parent baea3d76
Branches
Tags
No related merge requests found
...@@ -283,11 +283,11 @@ void printHelp(Ostream& os) ...@@ -283,11 +283,11 @@ void printHelp(Ostream& os)
<< " cellSet c0 list" << endl << " cellSet c0 list" << endl
<< endl << endl
<< "Zones can be set using zoneSets from corresponding sets:" << endl << "Zones can be set using zoneSets from corresponding sets:" << endl
<< " cellZoneSet c0Zone new setToZone c0" << endl << " cellZoneSet c0Zone new setToCellZone c0" << endl
<< " faceZoneSet f0Zone new setToZone f0" << endl << " faceZoneSet f0Zone new setToFaceZone f0" << endl
<< endl << endl
<< "or if orientation is important:" << endl << "or if orientation is important:" << endl
<< " faceZoneSet f0Zone new setsToZone f0 c0" << endl << " faceZoneSet f0Zone new setsToFaceZone f0 c0" << endl
<< endl << endl
<< "ZoneSets can be manipulated using the general actions:" << endl << "ZoneSets can be manipulated using the general actions:" << endl
<< " list - prints the contents of the set" << endl << " list - prints the contents of the set" << endl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment