tweak update option comment

This commit is contained in:
Jesse Boyd 2018-05-08 15:21:13 +10:00
parent 0d9e79f4ae
commit ba5f37cd32
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F
1 changed files with 4 additions and 1 deletions

View File

@ -27,7 +27,10 @@ public class Settings extends Config {
"Create a PR to contribute a translation: https://github.com/boy0001/FastAsyncWorldedit/new/master/core/src/main/resources",})
public String LANGUAGE = "";
@Comment({"Enable or disable automatic updates",
" - true = update automatically in the background"})
" - true = update automatically in the background",
" - confirm = prompt an admin to confirm each update",
" - false = do not update the plugin"
})
public String UPDATE = "confirm";
@Comment("Send anonymous usage statistics")
public boolean METRICS = true;