From 67764d4efb9a43ef6ec75773cf563c482142f9aa Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 28 Mar 2011 06:22:43 +0900 Subject: サブコマンド名修正 --- win-mouse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win-mouse.js') diff --git a/win-mouse.js b/win-mouse.js index 8ea9438..fddb464 100644 --- a/win-mouse.js +++ b/win-mouse.js @@ -244,7 +244,7 @@ let INFO = } ), new Command( - ['cursor'], + ['move'], 'Move cursor', function (args) { let [x, y] = args.map(function (it) parseInt(it)); -- cgit v1.2.3