aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win-mouse.js2
1 files changed, 1 insertions, 1 deletions
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));