mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-11 04:44:12 +01:00
Fix :command -literal completion description.
This commit is contained in:
@@ -1488,7 +1488,7 @@ var Commands = Module("commands", {
|
||||
},
|
||||
{
|
||||
names: ["-literal", "-l"],
|
||||
description: "Process the nth ignoring any quoting or meta characters",
|
||||
description: "Process the specified argument ignoring any quoting or meta characters",
|
||||
type: CommandOption.INT
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user