mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-20 23:17:45 +00:00
Nudge.lua: clarify usage
This commit is contained in:
parent
0b6d8d3f8c
commit
74479198e8
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function onCommand(args, player)
|
|||
["-"] = -1,
|
||||
["DESCEND"] = -1,
|
||||
}
|
||||
local usage = "Usage: !nudge <distance> <up|u|+|ascend/down|d|-|descend>"
|
||||
local usage = "Moves the user in a specified direction. Defaults to 5 yalms forward.\nUsage: !nudge <distance> <up|u|+|ascend/down|d|-|descend>"
|
||||
|
||||
if argc == 1 then
|
||||
if checkArg1 then
|
||||
|
|
Loading…
Add table
Reference in a new issue