From 94f2eb8b26cef7faa42eba7c9cbe39d6a25858bd Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 13 Oct 2014 15:06:30 +0200 Subject: [PATCH] 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 d2f284141..3c77baf29 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