summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2016-10-21 16:40:04 +0200
committerJean Delvare <jdelvare@suse.de>2016-10-21 16:40:04 +0200
commiteba0101f856e7cb4a56f98cc9f27ec52bfa73774 (patch)
tree7bc4fa2ef71b97a8f09524f9813012f9698f1fce
parent618275e9d1753a16aa873049928e8881a5fb3258 (diff)
downloadquilt-eba0101f856e7cb4a56f98cc9f27ec52bfa73774.tar.gz
bash_completion: Update the list of commands
Command "upgrade" was missing.
-rw-r--r--bash_completion2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash_completion b/bash_completion
index e949aaf..16b41bd 100644
--- a/bash_completion
+++ b/bash_completion
@@ -30,7 +30,7 @@ _quilt_completion()
# quilt sub commands
cmds='add annotate applied delete diff edit files fold fork graph \
grep header import mail new next patches pop previous push refresh \
- remove rename revert series setup snapshot top unapplied'
+ remove rename revert series setup snapshot top unapplied upgrade'
# if no command were given, complete on commands
if [[ $COMP_CWORD -eq 1 ]] ; then