aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 996f4a0..1954d31 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ Test for the minishell project of school 42.
The default path to your project is `..` but you can change it the the [configuration](src/config.py).
```sh
-$ ./run` # run all tests
+$ ./run # run all tests
-$ ./run --help`
+$ ./run --help
usage: run [-h] [-v] [-b] [-n] [-l] [-m] [-p] [suite [suite ...]]
Minishell test