From 1674acbe92fac3046f194ef9f8fd3e9351441b75 Mon Sep 17 00:00:00 2001 From: gryf Date: Sat, 7 Oct 2017 19:29:22 +0200 Subject: [PATCH] Aded 'list' for natnetwork command --- VBoxManage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VBoxManage b/VBoxManage index c5e6059..4e756d9 100644 --- a/VBoxManage +++ b/VBoxManage @@ -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