mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-02-01 17:50:03 +00:00
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:
parent
f7aa60fd80
commit
2233714aa3
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user