Merge pull request #318061 from PedroRegisPOAR/remove-extra-backtick

Removes extra backtick from manual
This commit is contained in:
Maximilian Bosch 2024-06-09 10:48:16 +00:00 committed by GitHub
commit afa84d8a13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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