ct-ng.comp
branch1.15
changeset 3106 070a8c94bfe7
parent 2053 2238f1167eaa
child 3034 11c23aa9c9f9
     1.1 --- a/ct-ng.comp	Fri Jul 30 23:30:02 2010 +0200
     1.2 +++ b/ct-ng.comp	Sun Nov 11 21:42:34 2012 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  # To be sourced
     1.5  
     1.6 -_ct-ng () {
     1.7 +_ct_ng () {
     1.8      local cur prev samples show_samples actions steps start_steps stop_steps ct_ng_opts vars
     1.9      COMPREPLY=()
    1.10      cur=$(_get_cword)
    1.11 @@ -30,4 +30,4 @@
    1.12      COMPREPLY=($(compgen -W "${ct_ng_opts}" -- "${cur}"))
    1.13      return 0
    1.14  }
    1.15 -complete -F _ct-ng ct-ng
    1.16 +complete -F _ct_ng ct-ng