Skip to content

Commit

Permalink
qemu: Fix -balloon arg completion
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Apr 6, 2014
1 parent 61ad655 commit 4a4afd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/qemu
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ _qemu()
snapshot cache format serial addr' -- "$cur" ) )
return 0
;;
-ballon)
-balloon)
COMPREPLY=( $( compgen -W 'none virtio' -- "$cur" ) )
return 0
;;
Expand Down

0 comments on commit 4a4afd5

Please sign in to comment.