portal: Fix a typo in D-Bus API documentation

The client-side proposed for flatpak-spawn uses --app-path, but the
actual implementation on D-Bus uses file descriptor passing and an
option named app-fd, so the documentation of the D-Bus interface should
be written in terms of app-fd.

Fixes: 3ebf371f "run: Allow caller to replace /app and/or /usr"
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2021-06-11 12:20:10 +01:00
committed by Alexander Larsson
parent 1bdbb80ac5
commit 74be057864

View File

@@ -138,10 +138,10 @@
<listitem><para>
Don't provide app files at <filename>/app</filename> in the
new sandbox. Instead, <filename>/app</filename> will be an
empty directory. This flag and the <option>app-path</option>
empty directory. This flag and the <option>app-fd</option>
option are mutually exclusive.
</para><para>
As with the <option>app-path</option> option, the caller's
As with the <option>app-fd</option> option, the caller's
Flatpak app files and extensions will be mounted on
<filename>/run/parent/app</filename>, with
filenames like <filename>/run/parent/app/bin/myapp</filename>.