diff --git a/common/content/dactyl.js b/common/content/dactyl.js index db778156..17a72ea7 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1843,6 +1843,9 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { args = dactyl.parseCommandLine(args); if (args) { + if (args["+purgecaches"]) + cache.flush(); + dactyl.commandLineOptions.rcFile = args["+u"]; dactyl.commandLineOptions.noPlugins = "++noplugin" in args; dactyl.commandLineOptions.postCommands = args["+c"];