mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:27:59 +01:00
Fix the -javascript :command option description.
This commit is contained in:
@@ -1286,7 +1286,7 @@ const Commands = Module("commands", {
|
||||
type: CommandOption.STRING
|
||||
}, {
|
||||
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"],
|
||||
description: "The allowed number of arguments",
|
||||
|
||||
Reference in New Issue
Block a user