From 3280bc42746edcdba9ff44f0e0a9e8b6ca47cbe3 Mon Sep 17 00:00:00 2001 From: "Vadim A. Misbakh-Soloviov" Date: Sun, 8 Jun 2014 03:49:00 +0700 Subject: [PATCH] added _virsh completion (thanks to original author) Signed-off-by: Vadim A. Misbakh-Soloviov --- src/_virsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_virsh b/src/_virsh index 2e7eb84..119c90d 100644 --- a/src/_virsh +++ b/src/_virsh @@ -1,4 +1,4 @@ -#compdef VBoxManage=vboxmanage VBoxHeadless=vboxheadless +#compdef virsh # ------------------------------------------------------------------------------ # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are met: @@ -25,7 +25,7 @@ # Description # ----------- # -# Completion script for VirtualBox (http://www.virtualbox.org). +# Completion script for LibVirt's Shell (virsh) (http://libvirt.org). # # ------------------------------------------------------------------------------ # Authors