From 4652a17c106bec2239bd911de644c2dde0f9bee3 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 29 May 2012 18:52:13 +0200 Subject: completion: fix function name Signed-off-by: "Yann E. MORIN" diff --git a/ct-ng.comp b/ct-ng.comp index 9bf4890..f7ae720 100644 --- a/ct-ng.comp +++ b/ct-ng.comp @@ -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 -- cgit v0.10.2-6-g49f6