completion: fix function name

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
Yann E. MORIN" 2012-05-29 18:52:13 +02:00
parent b4baa70696
commit 4652a17c10

View File

@ -1,6 +1,6 @@
# To be sourced
_ct-ng () {
_ct_ng () {
local cur prev samples show_samples actions steps start_steps stop_steps ct_ng_opts vars
COMPREPLY=()
cur=$(_get_cword)
@ -30,4 +30,4 @@ _ct-ng () {
COMPREPLY=($(compgen -W "${ct_ng_opts}" -- "${cur}"))
return 0
}
complete -F _ct-ng ct-ng
complete -F _ct_ng ct-ng