summaryrefslogtreecommitdiff
path: root/tools/shared.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/shared.c')
-rw-r--r--tools/shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.c b/tools/shared.c
index 3ab4b68f..c72ea857 100644
--- a/tools/shared.c
+++ b/tools/shared.c
@@ -173,7 +173,7 @@ tools_parse_args(int argc, char **argv, struct tools_context *context)
{ "set-scroll-button", 1, 0, OPT_SCROLL_BUTTON },
{ "set-profile", 1, 0, OPT_PROFILE },
{ "set-tap-map", 1, 0, OPT_TAP_MAP },
- { "speed", 1, 0, OPT_SPEED },
+ { "set-speed", 1, 0, OPT_SPEED },
{ 0, 0, 0, 0}
};