diff --git a/README.asciidoc b/README.asciidoc index 08b0d89..d209bf1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -267,6 +267,14 @@ instances. Downloads the update but does not apply it. Only has effect if a staging directory is set. + `--beta=`;; + Select the beta to install (use `--beta=public` to reset + to the `public` branch. Note that `--validate` is required + when switching branches. + + `--betapassword=`;; + Use password to unlock beta (for password-locked betas). + `cancelshutdown`:: Cancels a pending update / shutdown / restart that was run with the `--warn` option diff --git a/tools/arkmanager b/tools/arkmanager index cb4ee06..07b9cc8 100755 --- a/tools/arkmanager +++ b/tools/arkmanager @@ -3118,6 +3118,7 @@ showUsage() { --upstart Use the Upstart arkmanager service to restart the server --no-autostart Don't start the server after updating --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: --saveworld Saves world before shutdown