@@ -40,22 +40,21 @@ int main(int argc, char *argv[])
logog::Cout*logogCout(newlogog::Cout);
logogCout->SetFormatter(*custom_format);
TCLAP::CmdLinecmd("Moves the centroid of the mesh to the origin",' ',"0.1");
TCLAP::CmdLinecmd("Moves the mesh nodes using the given displacement vector or if no displacement vector is given, moves the mesh nodes such that the centroid of the given mesh is in the origin.",' ',"0.1");
// Define a value argument and add it to the command line.
// A value arg defines a flag and a type of value that it expects,