mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-01 10:15:46 +01:00
Fix :command -literal completion description.
This commit is contained in:
@@ -1488,7 +1488,7 @@ var Commands = Module("commands", {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
names: ["-literal", "-l"],
|
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
|
type: CommandOption.INT
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user