[Bash-completion-commits] [bash-completion] 02/03: qemu: Fix -balloon arg completion

Ville Skyttä scop-guest at moszumanska.debian.org
Sun Apr 6 10:16:31 UTC 2014


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

scop-guest pushed a commit to branch master
in repository bash-completion.

commit 4a4afd5eab0fcaf19ac1f2ce55c1bb305f89903f
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Apr 6 10:46:43 2014 +0300

    qemu: Fix -balloon arg completion
---
 completions/qemu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/completions/qemu b/completions/qemu
index 297e804..377df89 100644
--- a/completions/qemu
+++ b/completions/qemu
@@ -73,7 +73,7 @@ _qemu()
                 snapshot cache format serial addr' -- "$cur" ) )
             return 0
             ;;
-        -ballon)
+        -balloon)
             COMPREPLY=( $( compgen -W 'none virtio' -- "$cur" ) )
             return 0
             ;;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/bash-completion/bash-completion.git



More information about the Bash-completion-commits mailing list