Skip to content

Commit 212b121

Browse files
committed
Add newline to usage message
1 parent 6e5e15e commit 212b121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hostsblock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ int main(int argc, char **argv)
115115
char domain[MAX_DOMAIN_LENGTH] = { 0 };
116116

117117
if (argc > 2) {
118-
fputs("usage: hostsblock file", stderr);
118+
fputs("usage: hostsblock file\n", stderr);
119119
return 1;
120120
}
121121

0 commit comments

Comments
 (0)