aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2020-09-29 15:16:33 +0200
committerCharles Cabergs <me@cacharle.xyz>2020-09-29 15:16:33 +0200
commit00554c1222c65d859c3914db9f5e1fe71520fd6f (patch)
tree70f7767aafbc709d2fb488df0990b80e385038aa /README.md
parent5784ad5c7c8216e0334766cdfbf11f9bdbd4b001 (diff)
downloadphilosophers_test-00554c1222c65d859c3914db9f5e1fe71520fd6f.tar.gz
philosophers_test-00554c1222c65d859c3914db9f5e1fe71520fd6f.tar.bz2
philosophers_test-00554c1222c65d859c3914db9f5e1fe71520fd6f.zip
Added eat/sleep timeout check
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
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
```