main.lua: minor help message layout
This commit is contained in:
parent
1cb6bbf8bc
commit
97a02f9e9d
1 changed files with 1 additions and 1 deletions
2
main.lua
2
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]
|
||||
|
|
Loading…
Reference in a new issue