Skip to content

Commit ee0ee5e

Browse files
committed
Cli : elaborate description
1 parent f088e2d commit ee0ee5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/cli/cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ app::OpenEMSH::Params cli(int const argc, char* argv[]) {
109109
app::OpenEMSH::Params params;
110110
vector<function<void (domain::Params&)>> domain_overrides;
111111

112-
CLI::App app("OpenEMSH mesher");
112+
CLI::App app("OpenEMSH - Mesher for the openEMS FDTD solver", "OpenEMSH");
113113

114114
#ifdef _WIN32
115115
argv = app.ensure_utf8(argv);

0 commit comments

Comments
 (0)