summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bash_completion6
-rw-r--r--quilt.changes5
2 files changed, 8 insertions, 3 deletions
diff --git a/bash_completion b/bash_completion
index b17240f..098d89f 100644
--- a/bash_completion
+++ b/bash_completion
@@ -217,19 +217,19 @@ _quilt_completion()
-p)
COMPREPLY=( $( compgen -W "0 1 2 3 4 5 6 7 8 9 10" -- $cur ) )
;;
- -n)
+ -P)
;;
-d)
COMPREPLY=( $( compgen -W "o a n" -- $cur ) )
;;
*)
_quilt_comfile
- COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-p -n -f -d -h" -- $cur ) )
+ COMPREPLY=( ${COMPREPLY[@]:-} $( compgen -W "-p -P -f -d -h" -- $cur ) )
;;
esac
;;
mail)
- COMPREPLY=( $( compgen -W "--mbox --send --sender --from --subject --to --cc --bcc" -- $cur ) )
+ COMPREPLY=( $( compgen -W "-m --prefix --mbox --send --sender --from --subject --to --cc --bcc" -- $cur ) )
;;
new)
;;
diff --git a/quilt.changes b/quilt.changes
index 02616f0..08a21bb 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Mon Jan 30 08:04:17 CET 2006 - khali@linux-fr.org
+
+- bash_completion: Update import and mail commands options.
+
+-------------------------------------------------------------------
Mon Jan 30 07:45:17 CET 2006 - khali@linux-fr.org
- po/fr.po: Update French translation.