From e85406355efbc6f382b1e3b4cda87ae8234d3532 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Fri, 12 Mar 2010 12:54:17 +0100 Subject: [PATCH] Added repack command --- patool.bash-completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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