Skip to content
Snippets Groups Projects
Commit 726d0320 authored by Jaime Arias's avatar Jaime Arias
Browse files

fix typo

parent 5fce878b
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ int main(int argc, char** argv) {
CLI::App* generate =
app.add_subcommand(
"generate",
"Generate test path using a transition coverage criteria")
"Generate test paths using a transition coverage criteria")
->fallthrough();
std::string obs_file;
......
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