(player_coms): Fix shutdown's c_form: first argument is not optional.

This commit is contained in:
Markus Armbruster 2007-01-20 20:19:16 +00:00
parent dccc0d1349
commit 516f42e063
2 changed files with 4 additions and 4 deletions

View file

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