Added repack command

This commit is contained in:
Bastian Kleineidam 2010-03-12 12:54:17 +01:00
parent dde370950a
commit e85406355e
1 changed files with 1 additions and 1 deletions

View File

@ -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