doc: removes extra backtick

This commit is contained in:
Pedro O. A. Regis 2024-06-07 14:04:00 -03:00
parent ef52d19f1e
commit 015e29a742

View File

@ -44,7 +44,7 @@ As an alternative, you can proxy the guest shell to a local TCP server by first
starting a TCP server in a terminal using the command:
```ShellSession
$ socat 'READLINE,PROMPT=$ ' tcp-listen:4444,reuseaddr`
$ socat 'READLINE,PROMPT=$ ' tcp-listen:4444,reuseaddr
```
In the terminal where the test driver is running, connect to this server by