aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2023-12-05 10:56:38 +0100
committervimene <vincent.menegaux@gmail.com>2023-12-05 10:56:38 +0100
commit19c3e2b83c3c8b58576050b448f2f35d0687e717 (patch)
treea49b4a99b261830fc85daaa96473ff617ad9bdcb /README.md
parent9b70ca7b3a1b7bfd3bf434d8b84bde42f5572ca0 (diff)
downloadengine-19c3e2b83c3c8b58576050b448f2f35d0687e717.tar.gz
fixed missing `help' option in usage
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4889cb..7aef019 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ You can run tests:
### Running
- Usage: ./engine [-tg] [--term] [--graphical]
+ Usage: ./engine [-htg] [--help] [--term] [--graphical]
-h, --help show usage (this)
-t, --term terminal mode
-g, --graphical graphical mode (default)