From e410fe9942efe719df6e997707898239176219e2 Mon Sep 17 00:00:00 2001 From: Ludovico de Nittis <ludovico.denittis@collabora.com> Date: Mon, 12 Apr 2021 15:34:41 +0200 Subject: [PATCH] launch: Fix typo for the app-path option Signed-off-by: Ludovico de Nittis <ludovico.denittis@collabora.com> --- pressure-vessel/launch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pressure-vessel/launch.c b/pressure-vessel/launch.c index d000f1386..5c35c41a6 100644 --- a/pressure-vessel/launch.c +++ b/pressure-vessel/launch.c @@ -657,7 +657,7 @@ static const GOptionEntry options[] = { { "app-path", '\0', G_OPTION_FLAG_NONE, G_OPTION_ARG_FILENAME, &opt_app_path, - "Use DIR as the /usr for a Flatpak sub-sandbox. " + "Use DIR as the /app for a Flatpak sub-sandbox. " "Requires '--bus-name=org.freedesktop.portal.Flatpak'.", "DIR" }, { "bus-name", '\0', -- GitLab