Skip to content

Commit

Permalink
tools: fix invocation of subtools
Browse files Browse the repository at this point in the history
One dash too many. Oops.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  • Loading branch information
whot committed Jun 26, 2017
1 parent 1cfab54 commit 1d52f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/libinput-tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ main(int argc, char **argv)
argv += optind;
argc -= optind;

return tools_exec_command("libinput-", argc, argv);
return tools_exec_command("libinput", argc, argv);
}

0 comments on commit 1d52f2f

Please sign in to comment.