We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f088e2d commit ee0ee5eCopy full SHA for ee0ee5e
1 file changed
src/ui/cli/cli.cpp
@@ -109,7 +109,7 @@ app::OpenEMSH::Params cli(int const argc, char* argv[]) {
109
app::OpenEMSH::Params params;
110
vector<function<void (domain::Params&)>> domain_overrides;
111
112
- CLI::App app("OpenEMSH mesher");
+ CLI::App app("OpenEMSH - Mesher for the openEMS FDTD solver", "OpenEMSH");
113
114
#ifdef _WIN32
115
argv = app.ensure_utf8(argv);
0 commit comments