Aded 'list' for natnetwork command

This commit is contained in:
2017-10-07 19:29:22 +02:00
parent 9b7ab10421
commit 1674acbe92

View File

@@ -1762,7 +1762,7 @@ _VBoxManage() {
;;
natnetwork)
items=(add remove modify start stop)
items=(add remove modify start stop list)
subcommand=${COMP_WORDS[2]}
if [[ "${prev}" == "--netname" ]]; then
_natnet_comp