projects
/
notmuch
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
completion: complete notmuch dump --gzip option
[notmuch]
/
completion
/
notmuch-completion.bash
diff --git
a/completion/notmuch-completion.bash
b/completion/notmuch-completion.bash
index 39320f8d8107681e6be8d644c1f0fe3309da16ca..e0498903f22f763f47576be79a7fefa719403dc4 100644
(file)
--- a/
completion/notmuch-completion.bash
+++ b/
completion/notmuch-completion.bash
@@
-169,7
+169,7
@@
_notmuch_dump()
! $split &&
case "${cur}" in
-*)
- local options="--format= --output="
+ local options="--
gzip --
format= --output="
compopt -o nospace
COMPREPLY=( $(compgen -W "$options" -- ${cur}) )
;;