Skip to content

Commit

Permalink
bash-completion: added support for 'tuned-adm verify'
Browse files Browse the repository at this point in the history
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
  • Loading branch information
yarda committed Jul 10, 2015
1 parent 6eb14de commit 8e085e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuned-adm.bash
Expand Up @@ -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

Expand Down

0 comments on commit 8e085e7

Please sign in to comment.