diff options
Diffstat (limited to 'completions')
| -rw-r--r-- | completions/gitctl.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/gitctl.bash b/completions/gitctl.bash index 3d072fe..929346d 100644 --- a/completions/gitctl.bash +++ b/completions/gitctl.bash @@ -36,7 +36,7 @@ _gitctl() { 2) case $group in sections) COMPREPLY=($(compgen -W "list add" -- "$cur")) ;; - repo) COMPREPLY=($(compgen -W "create list desc add-remote" -- "$cur")) ;; + repo) COMPREPLY=($(compgen -W "create list desc add-remote delete" -- "$cur")) ;; esac return ;; esac |
