Skip to content
Snippets Groups Projects
Commit e410fe99 authored by Ludovico de Nittis's avatar Ludovico de Nittis :palm_tree:
Browse files

launch: Fix typo for the app-path option

parent ed22adc9
No related branches found
No related tags found
No related merge requests found
Pipeline #11560 passed
...@@ -657,7 +657,7 @@ static const GOptionEntry options[] = ...@@ -657,7 +657,7 @@ static const GOptionEntry options[] =
{ {
{ "app-path", '\0', { "app-path", '\0',
G_OPTION_FLAG_NONE, G_OPTION_ARG_FILENAME, &opt_app_path, 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'.", "Requires '--bus-name=org.freedesktop.portal.Flatpak'.",
"DIR" }, "DIR" },
{ "bus-name", '\0', { "bus-name", '\0',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment