Compare commits

...

1 Commits

Author SHA1 Message Date
Bartłomiej Piotrowski d795313509 Support passing --disable-rofiles-fuse to --run 2020-02-18 13:45:26 +01:00
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 }
};