mirror of
http://git.sesse.net/plocate
synced 2025-10-06 02:32:41 +02:00
Fix missing newline in error message.
This commit is contained in:
@@ -249,7 +249,7 @@ int main(int argc, char **argv)
|
|||||||
break;
|
break;
|
||||||
case 'l':
|
case 'l':
|
||||||
if (!parse_bool(optarg, &check_visibility) != 0) {
|
if (!parse_bool(optarg, &check_visibility) != 0) {
|
||||||
fprintf(stderr, "plocate-build: invalid value `%s' for --%s",
|
fprintf(stderr, "plocate-build: invalid value `%s' for --%s\n",
|
||||||
optarg, "require-visibility");
|
optarg, "require-visibility");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user