diff --git a/patool.bash-completion b/patool.bash-completion index 57e45a7..edc2452 100644 --- a/patool.bash-completion +++ b/patool.bash-completion @@ -9,7 +9,7 @@ _patool() COMPREPLY=() cur=`_get_cword` - commands='extract list test create diff formats' + commands='extract list test create diff repack formats' if [[ $COMP_CWORD -eq 1 ]] ; then if [[ "$cur" == -* ]]; then