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]