main.lua: minor help message layout

This commit is contained in:
Starbeamrainbowlabs 2020-09-06 02:10:14 +01:00
parent 1cb6bbf8bc
commit 97a02f9e9d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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]