Rename bash completion for icingacli.

Refs #5802
This commit is contained in:
Michael Friedrich 2014-03-19 16:01:44 +01:00
parent 7bb7fe469f
commit 6d6d3c132f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
_icingaweb_completion() _icingacli_completion()
{ {
local cur opts local cur opts
opts="${COMP_WORDS[*]}" opts="${COMP_WORDS[*]}"
@ -8,6 +8,6 @@ _icingaweb_completion()
return 0 return 0
} }
complete -F _icingaweb_completion icingaweb complete -F _icingacli_completion icingacli