From 10d6288bac7b953c5b8edc879c64140fc4a08bc8 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 26 Mar 2011 07:35:59 +1100 Subject: [PATCH] Fix :command -literal completion description. --- common/modules/commands.jsm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/modules/commands.jsm b/common/modules/commands.jsm index e422a908..31420fe9 100644 --- a/common/modules/commands.jsm +++ b/common/modules/commands.jsm @@ -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 }, {