From 647c0b0692379e434a3ccb213f88b89fae8b4321 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Tue, 27 Jan 2015 21:48:17 +0200 Subject: [PATCH 1/1] completion: complete notmuch dump --gzip option --- completion/notmuch-completion.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index 39320f8d..e0498903 100644 --- 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}) ) ;; -- 2.43.0