mirror of
https://github.com/flatpak/flatpak.git
synced 2026-09-23 05:35:46 -04:00
Re-fix typo
This commit is contained in:
1 parent
9a62c456e3
commit
d7f2bf000e
1 file changed
+1
-1
@@ -60,7 +60,7 @@ static GOptionEntry options[] = {
|
||||
{ "app", 0, 0, G_OPTION_ARG_NONE, &opt_app, N_("Look for app with the specified name"), NULL },
|
||||
{ "appstream", 0, 0, G_OPTION_ARG_NONE, &opt_appstream, N_("Update appstream for remote"), NULL },
|
||||
{ "subpath", 0, 0, G_OPTION_ARG_FILENAME_ARRAY, &opt_subpaths, N_("Only update this subpath"), N_("PATH") },
|
||||
{ "assumeyes", 'y', 0, G_OPTION_ARG_NONE, &opt_yes, N_("OAutomatically answer yes for all questions"), NULL },
|
||||
{ "assumeyes", 'y', 0, G_OPTION_ARG_NONE, &opt_yes, N_("Automatically answer yes for all questions"), NULL },
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in new issue
Block a user