qemu: Fix -balloon arg completion

This commit is contained in:
Ville Skyttä 2014-04-06 10:46:43 +03:00
parent 61ad655fc4
commit 4a4afd5eab

View File

@ -73,7 +73,7 @@ _qemu()
snapshot cache format serial addr' -- "$cur" ) )
return 0
;;
-ballon)
-balloon)
COMPREPLY=( $( compgen -W 'none virtio' -- "$cur" ) )
return 0
;;