Skip to content

Commit 2233714

Browse files
stsquadepilys
authored andcommitted
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 <[email protected]>
1 parent f7aa60f commit 2233714

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

vhost-device-template/README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,28 +6,32 @@ backend.
66

77
## Synopsis
88

9-
**vhost-device-template** [*OPTIONS*]
9+
```console
10+
vhost-device-template [OPTIONS]
11+
```
1012

1113
## Options
1214

13-
.. program:: vhost-device-template
15+
```text
16+
vhost-device-template
1417
15-
.. option:: -h, --help
18+
-h, --help
1619
1720
Print help.
1821
19-
.. option:: -s, --socket-path=PATH
22+
-s, --socket-path=PATH
2023
2124
Location of vhost-user Unix domain socket. This supports a single socket /
2225
guest.
26+
```
2327

2428
## Examples
2529

2630
The daemon should be started first:
2731

28-
::
29-
32+
```console
3033
host# vhost-device-template --socket-path=vfoo.sock
34+
```
3135

3236
## License
3337

0 commit comments

Comments
 (0)