1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 08:07:58 +01:00

Fix the -javascript :command option description.

This commit is contained in:
Štěpán Němec
2010-10-18 03:01:58 +02:00
parent 6ff9aac40c
commit f2242c3567

View File

@@ -1286,7 +1286,7 @@ const Commands = Module("commands", {
type: CommandOption.STRING type: CommandOption.STRING
}, { }, {
names: ["-javascript", "-js", "-j"], names: ["-javascript", "-js", "-j"],
description: "Execute this mapping as JavaScript rather than keys" description: "Execute the definition as JavaScript rather than Ex commands"
}, { }, {
names: ["-nargs", "-a"], names: ["-nargs", "-a"],
description: "The allowed number of arguments", description: "The allowed number of arguments",