mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-25 15:58:27 +00:00
Add --beta option to documentation
This commit is contained in:
parent
e9a0d2d432
commit
51dc321f6a
@ -267,6 +267,14 @@ instances.
|
|||||||
Downloads the update but does not apply it. Only has effect
|
Downloads the update but does not apply it. Only has effect
|
||||||
if a staging directory is set.
|
if a staging directory is set.
|
||||||
|
|
||||||
|
`--beta=<betaname>`;;
|
||||||
|
Select the beta to install (use `--beta=public` to reset
|
||||||
|
to the `public` branch. Note that `--validate` is required
|
||||||
|
when switching branches.
|
||||||
|
|
||||||
|
`--betapassword=<password>`;;
|
||||||
|
Use password to unlock beta (for password-locked betas).
|
||||||
|
|
||||||
`cancelshutdown`::
|
`cancelshutdown`::
|
||||||
Cancels a pending update / shutdown / restart that was run with
|
Cancels a pending update / shutdown / restart that was run with
|
||||||
the `--warn` option
|
the `--warn` option
|
||||||
|
|||||||
@ -3118,6 +3118,7 @@ showUsage() {
|
|||||||
--upstart Use the Upstart arkmanager service to restart the server
|
--upstart Use the Upstart arkmanager service to restart the server
|
||||||
--no-autostart Don't start the server after updating
|
--no-autostart Don't start the server after updating
|
||||||
--warnreason=... Specify an update reason other than the default
|
--warnreason=... Specify an update reason other than the default
|
||||||
|
--beta=... Specify a beta to install (use --beta=public to reset)
|
||||||
|
|
||||||
Stop and restart commands take the following options:
|
Stop and restart commands take the following options:
|
||||||
--saveworld Saves world before shutdown
|
--saveworld Saves world before shutdown
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user