We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7aa60f commit 2233714Copy full SHA for 2233714
vhost-device-template/README.md
@@ -6,28 +6,32 @@ backend.
6
7
## Synopsis
8
9
-**vhost-device-template** [*OPTIONS*]
+```console
10
+vhost-device-template [OPTIONS]
11
+```
12
13
## Options
14
-.. program:: vhost-device-template
15
+```text
16
+ vhost-device-template
17
-.. option:: -h, --help
18
+ -h, --help
19
20
Print help.
21
-.. option:: -s, --socket-path=PATH
22
+ -s, --socket-path=PATH
23
24
Location of vhost-user Unix domain socket. This supports a single socket /
25
guest.
26
27
28
## Examples
29
30
The daemon should be started first:
31
-::
-
32
33
host# vhost-device-template --socket-path=vfoo.sock
34
35
36
## License
37
0 commit comments