summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d10d1b3dde..8a497ed8cc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -24,7 +24,7 @@ option(
'vm-websocket',
type: 'feature',
value: 'enabled',
- description: '''Enable the Virtual Media WebSocket. Path is /vm/0/0 to
+ description: '''Enable the Virtual Media WebSocket. Path is /vm/0/0 and /nbd/<id> to
open the websocket. See
https://github.com/openbmc/jsnbd/blob/master/README.'''
)
@@ -37,7 +37,8 @@ option(
# opportunity to upstream their backend implementation
#option(
# 'vm-nbdproxy',
-# type: 'feature', value: 'disabled',
+# type: 'feature',
+# value: 'disabled',
# description: 'Enable the Virtual Media WebSocket.'
#)