diff --git a/common/content/dactyl.js b/common/content/dactyl.js index 4d268317..63271494 100644 --- a/common/content/dactyl.js +++ b/common/content/dactyl.js @@ -1883,11 +1883,13 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), { { names: ["++cmd"], description: "Ex commands to execute prior to initialization", + type: CommandOption.STRING, multiple: true }, { names: ["+c"], description: "Ex commands to execute after initialization", + type: CommandOption.STRING, multiple: true } ]