Skip to content

Commit

Permalink
Merge pull request #318061 from PedroRegisPOAR/remove-extra-backtick
Browse files Browse the repository at this point in the history
Removes extra backtick from manual
  • Loading branch information
Ma27 authored Jun 9, 2024
2 parents 45f09ea + 015e29a commit afa84d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afa84d8

Please sign in to comment.