Skip to content
Snippets Groups Projects
Commit d6e66c08 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by GitHub
Browse files

Merge pull request #1594 from TomFischer/misc

Add link to docs.opengeosys.org documentation.
parents 89ffb888 70d35692
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,11 @@ int main (int argc, char* argv[])
{
ApplicationsLib::LogogSetup logog_setup;
TCLAP::CmdLine cmd("Tool extracts the surface of the given mesh.", ' ',
"0.1");
TCLAP::CmdLine cmd(
"Tool extracts the surface of the given mesh. The documentation is "
"available at "
"https://docs.opengeosys.org/docs/tools/meshing/extract-surface",
' ', "0.1");
TCLAP::ValueArg<std::string> mesh_in(
"i", "mesh-input-file",
"the name of the file containing the input mesh", true, "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment