qemu: Fix -balloon arg completion
This commit is contained in:
parent
61ad655fc4
commit
4a4afd5eab
@ -73,7 +73,7 @@ _qemu()
|
||||
snapshot cache format serial addr' -- "$cur" ) )
|
||||
return 0
|
||||
;;
|
||||
-ballon)
|
||||
-balloon)
|
||||
COMPREPLY=( $( compgen -W 'none virtio' -- "$cur" ) )
|
||||
return 0
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user