From d25ef222d9d7a9265b3751f38ffd613fd3ef9435 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" (transplanted from a57b8a45ea26c16a8ed38c7f6378cf0cedf408fd) 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