(player_coms): Fix shutdown's c_form: first argument is not optional.
This commit is contained in:
parent
dccc0d1349
commit
516f42e063
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
.TH Command SHUTDOWN
|
||||
.NA shutdown "Shut down the server"
|
||||
.LV Expert
|
||||
.SY "shutdown [<minutes>] <disable update?>"
|
||||
Shutdown the server in <minutes> minutes. If <minutes> is 0 or not
|
||||
specified, then any previous shutdown request will be canceled. If
|
||||
.SY "shutdown <minutes> <disable update?>"
|
||||
Shutdown the server in <minutes> minutes. If <minutes> is 0,
|
||||
then any previous shutdown request will be canceled. If
|
||||
the second argument is a "n" then updates will not be disabled
|
||||
(otherwise they will be).
|
||||
.s1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue