Skip to content

Commit

Permalink
Improve usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
wwalexander committed Mar 5, 2018
1 parent 3ad36ee commit 736be43
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) {
fprintf(stderr, "usage: %s list\n", argv[0]);
fprintf(stderr, "usage: %s [filterlist]\n", argv[0]);
return 1;
}

Expand Down

0 comments on commit 736be43

Please sign in to comment.