Skip to content

Commit fe7fa90

Browse files
authored
Merge pull request #7883 from martin-cs/fix/typo-in-help
Fix typo in help text
2 parents 460032c + a1a46ab commit fe7fa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-programs/goto_trace.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ void show_goto_trace(
278278

279279
#define HELP_GOTO_TRACE \
280280
" {y--trace-json-extended} \t add rawLhs property to trace\n" \
281-
" {y-trace-show-function-calls} \t show function calls in plain trace\n" \
281+
" {y--trace-show-function-calls} \t show function calls in plain trace\n" \
282282
" {y--trace-show-code} \t show original code in plain trace\n" \
283283
" {y--trace-hex} \t represent plain trace values in hex\n" \
284284
" {y--compact-trace} \t give a compact trace\n" \

0 commit comments

Comments
 (0)