Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] completion libvirt: edit action is always allowed



libvirt allows to edit virtrual host in any state

--
sergio.


diff --git a/Completion/Unix/Command/_libvirt b/Completion/Unix/Command/_libvirt
index a3ab5a68a..8bd3e1e6b 100644
--- a/Completion/Unix/Command/_libvirt
+++ b/Completion/Unix/Command/_libvirt
@@ -20,7 +20,7 @@ typeset -A dom_opts
 dom_opts=(
   console " "
   destroy " "
-  edit " "
+  edit --all
   managedsave " "
   reboot " "
   reset " "




Messages sorted by: Reverse Date, Date, Thread, Author