1
0
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:
Doug Kearns
2011-03-26 07:35:59 +11:00
parent aa7d16d373
commit 10d6288bac

View File

@@ -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
},
{