File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ _mscs() {
12
12
OPTS="
13
13
backup console create delete disable enable force-restart force-stop list
14
14
list-backups logrotate map new overviewer remove restart restore-backup
15
- broadcast send show start status stop sync update watch usage
15
+ broadcast send show start status stop sync update force-update watch usage
16
16
"
17
17
18
18
LIST_OPTS="enabled disabled running stopped"
@@ -30,7 +30,7 @@ _mscs() {
30
30
COMPREPLY=($(compgen -W "$WORLDS" -- ${COMP_WORDS[COMP_CWORD]}))
31
31
;;
32
32
disable|sync|send|watch|logrotate|backup|map|overviewer|\
33
- list-backups|restore-backup)
33
+ list-backups|restore-backup|update|force-update )
34
34
WORLDS=$(list_worlds enabled)
35
35
COMPREPLY=($(compgen -W "$WORLDS" -- ${COMP_WORDS[COMP_CWORD]}))
36
36
;;
You can’t perform that action at this time.
0 commit comments