diff --git a/gopls/integration/replay/README.md b/gopls/integration/replay/README.md index 189b5b1d5a..7c322771e6 100644 --- a/gopls/integration/replay/README.md +++ b/gopls/integration/replay/README.md @@ -15,7 +15,7 @@ namely `$GOBIN/gopls`, `$GOPATH/bin/gopls`, `$HOME/go/bin/gopls`. The log for the replayed session is saved in `/tmp/seen`. -There is aloso a boolean argument `-cmp` which compares the log file +There is also a boolean argument `-cmp` which compares the log file with `/tmp/seen` without invoking gopls and rerunning the session. The output is fairly cryptic, and generated by logging. Ideas for better output would be welcome.