diff --git a/contrib/bash/completion.sh b/contrib/bash/completion.sh index 5862463db..c25f31aaa 100644 --- a/contrib/bash/completion.sh +++ b/contrib/bash/completion.sh @@ -91,7 +91,7 @@ _vagrant() { return 0 ;; "box") - box_commands="add help list outdated remove repackage update" + box_commands="add help list outdated prune remove repackage update" COMPREPLY=($(compgen -W "${box_commands}" -- ${cur})) return 0 ;;