]> git.notmuchmail.org Git - notmuch/blobdiff - completion/notmuch-completion.bash
completion: complete notmuch dump --gzip option
[notmuch] / completion / notmuch-completion.bash
index 39320f8d8107681e6be8d644c1f0fe3309da16ca..e0498903f22f763f47576be79a7fefa719403dc4 100644 (file)
@@ -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}) )
            ;;