1
0
Fork 0

bash-completion: added support for 'tuned-adm verify'

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2015-07-10 16:00:34 +02:00
parent 6eb14deba3
commit 8e085e7228

View file

@ -2,7 +2,7 @@
_tuned_adm()
{
local commands="active list off profile recommend"
local commands="active list off profile recommend verify"
local cur prev words cword
_init_completion || return