vhost-device-template: clean-up README escapes

I suspect the damage I've cleaned up has come from the template. Lets
clean that up as well.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2025-09-10 11:51:57 +01:00 committed by Manos Pitsidianakis
parent f7aa60fd80
commit 2233714aa3

View File

@ -6,28 +6,32 @@ backend.
## Synopsis
**vhost-device-template** [*OPTIONS*]
```console
vhost-device-template [OPTIONS]
```
## Options
.. program:: vhost-device-template
```text
vhost-device-template
.. option:: -h, --help
-h, --help
Print help.
.. option:: -s, --socket-path=PATH
-s, --socket-path=PATH
Location of vhost-user Unix domain socket. This supports a single socket /
guest.
```
## Examples
The daemon should be started first:
::
```console
host# vhost-device-template --socket-path=vfoo.sock
```
## License