From 43cee9b87d47c710f9f304a044fbb7f48f9bd9db Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 23 Sep 2011 20:01:39 +0900 Subject: てへっ、やりすぎちゃった♪ --- twittperator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twittperator.js') diff --git a/twittperator.js b/twittperator.js index 19b16da..7f5ef38 100644 --- a/twittperator.js +++ b/twittperator.js @@ -2287,7 +2287,7 @@ let PLUGIN_INFO = function subCommandCompleter(context, args) { // {{{ if (!args.literalArg.match(/^(\W|\S+\s)/)) { - context.title = "Description"; + context.title = ["Sub Command", "Description"]; context.completions = SubCommands.map(function({ command, description }) [command[0], description]); return; } -- cgit v1.2.3