From 00554c1222c65d859c3914db9f5e1fe71520fd6f Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 29 Sep 2020 15:16:33 +0200 Subject: Added eat/sleep timeout check --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a65ae2a..43ca107 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,15 @@ Clone this repository next to your project directory. (or change the default pat ``` ``` -./run --help +$ ./run --help +usage: run [-h] -p {1,2,3} [-b] [-g] + +Philosophers test + +optional arguments: + -h, --help show this help message and exit + -p {1,2,3}, --philo {1,2,3} + Id of the philosophers to test + -b, --build Build and exit + -g, --pager Open result.log in a pager after the test ``` -- cgit