From 386fcce4c0a0bd52223c8cb4e920284ece94d5d9 Mon Sep 17 00:00:00 2001 From: Addison Schuhardt Date: Thu, 23 Jun 2022 13:39:20 -0700 Subject: [PATCH] updating usage info --- lua/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/README.md b/lua/README.md index c61db49..451c634 100644 --- a/lua/README.md +++ b/lua/README.md @@ -7,11 +7,10 @@ The engine is run via the `procyon-lua` executable. By default, the engine will attempt to load a file called `script/main.lua`. This, along with several other settings, can be overridden via command-line options: ``` -Usage: procyon [--(log level)] [-e|--entry (file path)] +Usage: procyon [--(log level)] [[-e|--entry (file path)] | (file path)] Log levels: error (default), warn, info, debug, trace A GPU-accelerated tile-based game engine with scripting via Lua - General -h, --help show this help message and exit