summaryrefslogtreecommitdiffstats
path: root/bash_completion
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-08-26 10:20:48 +0000
committerJean Delvare <khali@linux-fr.org>2005-08-26 10:20:48 +0000
commit1fa42ff47b7d655f106dd654e8830091c8d6b3a3 (patch)
treec97f7a95403fa2c9aeb1dbcfcf8d059d1c5aa8ec /bash_completion
parent398320a0614fca46140cd715dcdf7dd370357d28 (diff)
downloadquilt-1fa42ff47b7d655f106dd654e8830091c8d6b3a3.tar.gz
- quilt/delete.in: Add options -r (remove patch file) and --backup
(backup rather than remove.) Patch from Joe Green.
Diffstat (limited to 'bash_completion')
-rw-r--r--bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion b/bash_completion
index d0fde74..6356d22 100644
--- a/bash_completion
+++ b/bash_completion
@@ -139,7 +139,7 @@ _quilt_completion()
COMPREPLY=( $( compgen -W "-h $(quilt applied)" -- $cur ) )
;;
delete)
- COMPREPLY=( $( compgen -W "-n -h $(quilt series)" -- $cur ) )
+ COMPREPLY=( $( compgen -W "-n -r -h --backup $(quilt series)" -- $cur ) )
;;
diff)
case $prev in