diff options
| author | Jani Nikula <jani@nikula.org> | 2015-01-27 21:48:17 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-02-23 21:49:08 +0100 |
| commit | 647c0b0692379e434a3ccb213f88b89fae8b4321 (patch) | |
| tree | 031c8a5e8a5346321b507638ee712be05f1f1a31 /completion | |
| parent | 45038b44b79537a2e622b1e68b96d123623ba1e8 (diff) | |
completion: complete notmuch dump --gzip option
Diffstat (limited to 'completion')
| -rw-r--r-- | completion/notmuch-completion.bash | 2 |
1 files changed, 1 insertions, 1 deletions
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}) ) ;; |
