Skip to content

Commit

Permalink
Merge pull request #1124 from Marenz/profided
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaraslaut authored Jun 20, 2023
2 parents ea65927 + 9f30741 commit 2d490c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contour/ContourGuiApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ crispy::cli::Command ContourGuiApp::parameterDefinition() const
CLI::CommandList {},
CLI::CommandSelect::Implicit,
CLI::Verbatim { "PROGRAM ARGS...",
"Executes given program instead of the configuration profided one." } });
"Executes given program instead of the one provided in the configuration." } });

return command;
}
Expand Down

0 comments on commit 2d490c8

Please sign in to comment.