changeset 1263 | bc1815cf89a7 |
parent 1153 | fa9ae7df88a9 |
child 1308 | 2073e5a71008 |
--- a/contrib/bash_completion Fri Sep 16 10:42:20 2005 -0700 +++ b/contrib/bash_completion Fri Sep 16 21:31:31 2005 +0200 @@ -11,6 +11,7 @@ if [[ "$cur" == de* ]]; then commands="$commands debugcheckstate debugstate debugindex" commands="$commands debugindexdot debugwalk debugdata" + commands="$commands debugancestor debugconfig debugrename" fi COMPREPLY=( ${COMPREPLY[@]:-} $(compgen -W "$commands" -- "$cur") ) }