Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Feb 17, 2020
1 parent 15c4046 commit 1dca059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions filterline.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ int main(int argc, char* argv[])
if (argc != 3 && argc != 4) {
printf("Usage: %s [-v] FILE1 FILE2\n\n", argv[0]);
printf("FILE1: line numbers (sorted, no dups, one-based), FILE2: input file\n");
printf("-v : print all lines in F not named in L (invert)\n");
printf("-V : print version and exit\n");
return 0;
}

Expand Down

0 comments on commit 1dca059

Please sign in to comment.