Enable Bash completion for -exportdir

This commit is contained in:
Jack Grigg 2018-01-02 16:41:41 +01:00
parent 8912a0647b
commit 2941e075a3
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ _zcashd() {
_filedir
return 0
;;
-datadir=*)
-datadir=*|-exportdir=*)
cur="${cur#*=}"
_filedir -d
return 0