summaryrefslogtreecommitdiff
path: root/doc/flatpak-build-finish.xml
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-09-30 16:44:17 +0200
committerAlexander Larsson <alexl@redhat.com>2016-09-30 16:46:51 +0200
commitc9c35133c3a0041c7bf9269791a2caebfb04ddf0 (patch)
treef28d33a47643226cc2a455691b7f7c7c7450b261 /doc/flatpak-build-finish.xml
parent270707d5ca419b2c24630893fc4b88e4cb36607b (diff)
downloadflatpak-c9c35133c3a0041c7bf9269791a2caebfb04ddf0.tar.gz
Add support for --device=kvm
Solves: https://github.com/flatpak/flatpak/issues/332
Diffstat (limited to 'doc/flatpak-build-finish.xml')
-rw-r--r--doc/flatpak-build-finish.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/flatpak-build-finish.xml b/doc/flatpak-build-finish.xml
index 248fbfc1..3b75d498 100644
--- a/doc/flatpak-build-finish.xml
+++ b/doc/flatpak-build-finish.xml
@@ -136,7 +136,7 @@
<listitem><para>
Expose a device to the application. This updates
the [Context] group in the metadata.
- DEVICE must be one of: dri, all.
+ DEVICE must be one of: dri, kvm, all.
This option can be used multiple times.
</para></listitem>
</varlistentry>
@@ -147,7 +147,7 @@
<listitem><para>
Don't expose a device to the application. This updates
the [Context] group in the metadata.
- DEVICE must be one of: dri, all.
+ DEVICE must be one of: dri, kvm, all.
This option can be used multiple times.
</para></listitem>
</varlistentry>