Help/instrumentation: Fix "result" key in example snippet file

Snippet file example erroneously included a key of "return" instead of "result".
This commit is contained in:
Martin Duffy
2026-01-23 17:03:15 -05:00
parent ebf93da48b
commit 65014c0ee3

View File

@@ -448,7 +448,7 @@ Example:
"version": 1,
"command" : "\"/usr/bin/c++\" \"-MD\" \"-MT\" \"CMakeFiles/main.dir/main.cxx.o\" \"-MF\" \"CMakeFiles/main.dir/main.cxx.o.d\" \"-o\" \"CMakeFiles/main.dir/main.cxx.o\" \"-c\" \"<src>/main.cxx\"",
"role" : "compile",
"return" : 1,
"result" : 1,
"target": "main",
"language" : "C++",
"outputs" : [ "CMakeFiles/main.dir/main.cxx.o" ],