completion: fix function name

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
(transplanted from a57b8a45ea26c16a8ed38c7f6378cf0cedf408fd)
This commit is contained in:
Yann E. MORIN" 2012-05-29 18:52:13 +02:00
parent 67765a34f7
commit d25ef222d9

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