diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 ``` |
