Support passing --disable-rofiles-fuse to --run

run-without-fuse
Bartłomiej Piotrowski 2020-02-18 13:45:26 +01:00
parent 8c7bcf08a0
commit d795313509
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ static GOptionEntry run_entries[] = {
{ "log-session-bus", 0, 0, G_OPTION_ARG_NONE, &opt_log_session_bus, N_("Log session bus calls"), NULL },
{ "log-system-bus", 0, 0, G_OPTION_ARG_NONE, &opt_log_system_bus, N_("Log system bus calls"), NULL },
{ "ccache", 0, 0, G_OPTION_ARG_NONE, &opt_ccache, "Use ccache", NULL },
{ "disable-rofiles-fuse", 0, 0, G_OPTION_ARG_NONE, &opt_disable_rofiles, "Disable rofiles-fuse use", NULL },
{ NULL }
};