mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
completion: complete notmuch dump --gzip option
This commit is contained in:
parent
45038b44b7
commit
647c0b0692
1 changed files with 1 additions and 1 deletions
|
@ -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}) )
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue