Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fredher committed Sep 6, 2023
1 parent c1c662c commit c641949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tck-reach/tck-reach.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void usage(char * progname)
std::cerr << " none no certificate (default)" << std::endl;
std::cerr << " graph graph of explored state-space" << std::endl;
std::cerr << " symbolic symbolic run to a state with searched labels if any" << std::endl;
std::cerr << " concrete concrete run to a state with searched lables if any (only for reach and covreach)"
std::cerr << " concrete concrete run to a state with searched labels if any (only for reach and covreach)"
<< std::endl;
std::cerr << " -h help" << std::endl;
std::cerr << " -l l1,l2,... comma-separated list of searched labels" << std::endl;
Expand Down

0 comments on commit c641949

Please sign in to comment.