bash-completion: added support for 'tuned-adm verify'
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
6eb14deba3
commit
8e085e7228
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue