Skip to content

Commit

Permalink
Add newline to usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
wwalexander committed Mar 17, 2018
1 parent 6e5e15e commit 212b121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hostsblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ int main(int argc, char **argv)
char domain[MAX_DOMAIN_LENGTH] = { 0 };

if (argc > 2) {
fputs("usage: hostsblock file", stderr);
fputs("usage: hostsblock file\n", stderr);
return 1;
}

Expand Down

0 comments on commit 212b121

Please sign in to comment.