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:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user