summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/shared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.c b/tools/shared.c
index e0eae681..af791274 100644
--- a/tools/shared.c
+++ b/tools/shared.c
@@ -561,7 +561,7 @@ tools_exec_command(const char *prefix, int real_argc, char **real_argv)
if (rc) {
if (errno == ENOENT) {
fprintf(stderr,
- "libinput: %s is not installed.",
+ "libinput: %s is not installed\n",
command);
return EXIT_INVALID_USAGE;
} else {