From 97a02f9e9d83cf1f0718a346834b52c6cbea7557 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 6 Sep 2020 02:10:14 +0100 Subject: [PATCH] main.lua: minor help message layout --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 909f3d2..c96b03f 100644 --- a/main.lua +++ b/main.lua @@ -52,7 +52,7 @@ local function help() ]]..a.header("Options:")..[[ - ]]..a.item("--help")..[[ Shows this message + ]]..a.item("--help")..[[ Shows this message ]]..a.item("-w --width")..a.value(" {int}")..[[ Sets the width of the maze ]]..a.item("-h --height")..a.value(" {int}")..[[ Sets the height of the maze ]]..a.item("-d --depth")..a.value(" {int}")..[[ Sets the depth of the maze [3d only]