Skip to content

Commit cf60c2a

Browse files
author
Thomas Kiley
committed
Correct goto-harness documentation to cover the output is a C file
The behaviour of goto-harness is for the out file to be a C file, containing the harness.
1 parent 62df39e commit cf60c2a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-harness/goto_harness_parse_options.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ void goto_harness_parse_optionst::help()
174174
<< " goto-harness <in> <out> --harness-function-name <name> --harness-type "
175175
"<harness-type> [harness options]\n"
176176
<< "\n"
177-
<< "<in> <out> goto binaries to read from / write to\n"
177+
<< "<in> goto binaries to read from\n"
178+
<< "<out> C file to write the harness to\n"
178179
<< "--harness-function-name the name of the harness function to "
179180
"generate\n"
180181
<< "--harness-type one of the harness types listed below\n"

0 commit comments

Comments
 (0)