Skip to content

Commit 736be43

Browse files
committed
Improve usage message
1 parent 3ad36ee commit 736be43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
fprintf(stderr, "usage: %s list\n", argv[0]);
118+
fprintf(stderr, "usage: %s [filterlist]\n", argv[0]);
119119
return 1;
120120
}
121121

0 commit comments

Comments
 (0)