Fix error in printing help
This commit is contained in:
parent
139248f6a6
commit
2ceaf4738d
@ -335,7 +335,7 @@ namespace service {
|
|||||||
puts("buffer - parses output of libinput debug-events");
|
puts("buffer - parses output of libinput debug-events");
|
||||||
puts("help - shows the help dialog");
|
puts("help - shows the help dialog");
|
||||||
puts("");
|
puts("");
|
||||||
puts((("Configuration file can be found in ") + conf_filename()).data());
|
printf("Configuration file can be found in %s", conf_filename());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user