From: Jani Nikula Date: Tue, 27 Jan 2015 19:48:17 +0000 (+0200) Subject: completion: complete notmuch dump --gzip option X-Git-Tag: 0.20~58 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=647c0b0692379e434a3ccb213f88b89fae8b4321;ds=sidebyside completion: complete notmuch dump --gzip option --- 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}) ) ;;