Skip to content

Commit

Permalink
Document flags in run.c
Browse files Browse the repository at this point in the history
  • Loading branch information
frozencemetery authored and Nathaniel McCallum committed Mar 19, 2019
1 parent 45b5c4a commit 72f2c71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/run.c
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,10 @@ main(int argc, char *argv[])

default:
fprintf(stderr, "Unknown option: %c!\n", c);
fprintf(stderr, "Usage: %s [-r] [-C] [-S]\n\n", argv[0]);
fprintf(stderr, "-r: Server behaves like rev\n");
fprintf(stderr, "-C: Kill client when test complete\n");
fprintf(stderr, "-S: Kill server when test complete\n");
return EXIT_FAILURE;
}
}
Expand Down

0 comments on commit 72f2c71

Please sign in to comment.