[Pkg-libvirt-commits] [libguestfs] 71/179: bash: add virt-log completion entry (RHBZ#1151766).

Hilko Bengen bengen at moszumanska.debian.org
Fri Oct 31 19:08:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 94f2eb8b26cef7faa42eba7c9cbe39d6a25858bd
Author: Pino Toscano <ptoscano at redhat.com>
Date:   Mon Oct 13 15:06:30 2014 +0200

    bash: add virt-log completion entry (RHBZ#1151766).
    
    Thanks: Lingfei Kong
---
 bash/virt-alignment-scan | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/bash/virt-alignment-scan b/bash/virt-alignment-scan
index d2f2841..3c77baf 100644
--- a/bash/virt-alignment-scan
+++ b/bash/virt-alignment-scan
@@ -106,3 +106,9 @@ _virt_sysprep ()
     _guestfs_virttools "$(virt-sysprep --long-options)" 0
 } &&
 complete -o default -F _virt_sysprep virt-sysprep
+
+_virt_log ()
+{
+    _guestfs_virttools "$(virt-log --long-options)" 1
+} &&
+complete -o default -F _virt_log virt-log

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list