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 62df39e commit cf60c2aCopy full SHA for cf60c2a
src/goto-harness/goto_harness_parse_options.cpp
@@ -174,7 +174,8 @@ void goto_harness_parse_optionst::help()
174
<< " goto-harness <in> <out> --harness-function-name <name> --harness-type "
175
"<harness-type> [harness options]\n"
176
<< "\n"
177
- << "<in> <out> goto binaries to read from / write to\n"
+ << "<in> goto binaries to read from\n"
178
+ << "<out> C file to write the harness to\n"
179
<< "--harness-function-name the name of the harness function to "
180
"generate\n"
181
<< "--harness-type one of the harness types listed below\n"
0 commit comments