summaryrefslogtreecommitdiffstats
path: root/bash_completion
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2005-07-06 21:16:25 +0000
committerJean Delvare <khali@linux-fr.org>2005-07-06 21:16:25 +0000
commite8fc56f1fa70037828928924138ddfd5c3472a41 (patch)
tree7226e9e0413aa6b8c648c8664ba1406070c8801e /bash_completion
parent3d25580e6554af028a71a646767f10a0e5193268 (diff)
downloadquilt-e8fc56f1fa70037828928924138ddfd5c3472a41.tar.gz
- quilt delete: Add option -n, which deletes the next patch
after topmost (rather than the specified or topmost patch).
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 82ea88b..711b25e 100644
--- a/bash_completion
+++ b/bash_completion
@@ -139,7 +139,7 @@ _quilt_completion()
COMPREPLY=( $( compgen -W "-h $(quilt applied)" -- $cur ) )
;;
delete)
- COMPREPLY=( $( compgen -W "-h $(quilt series)" -- $cur ) )
+ COMPREPLY=( $( compgen -W "-n -h $(quilt series)" -- $cur ) )
;;
diff)
case $prev in