debian/cubicweb-ctl.bash_completion
branchstable
changeset 1919 983dfd00df21
parent 1898 39b37f90a8a4
--- a/debian/cubicweb-ctl.bash_completion	Mon May 25 00:34:11 2009 +0200
+++ b/debian/cubicweb-ctl.bash_completion	Mon May 25 00:34:49 2009 +0200
@@ -75,7 +75,7 @@
 	    COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$options $instances' -- "$cur"))
 	;;
 	# commands with template as argument
- 	i18nupdate)
+ 	i18ncube)
 	    cubes="$("$ec" listcubes 2>/dev/null)" || cubes=""
 	    COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$options $cubes' -- "$cur"))
  	;;
@@ -86,12 +86,12 @@
 	    COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$options $instances' -- "$cur"))
  	;;
 	# generic commands without argument
- 	list|newtemplate|i18nlibupdate|live-server)
+ 	list|newtemplate|i18ncubicweb|live-server)
 	    options="$("$ec" listcommands "$cmd" 2>/dev/null)" || options=""
 	    COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$options $instances' -- "$cur"))
  	;;
 	# generic commands without option
- 	shell|i18ncompile|delete|status|schema-sync)
+ 	shell|i18ninstance|delete|status|schema-sync)
 	    instances="$("$ec" listinstances 2>/dev/null)" || instances=""
 	    COMPREPLY=(${COMPREPLY[@]:-} $(compgen -W '$options $instances' -- "$cur"))
  	;;