mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
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>