From 19c3e2b83c3c8b58576050b448f2f35d0687e717 Mon Sep 17 00:00:00 2001 From: vimene Date: Tue, 5 Dec 2023 10:56:38 +0100 Subject: fixed missing `help' option in usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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) -- cgit v1.2.3