diff --git a/contrib/bitcoin-cli.bash-completion b/contrib/bitcoin-cli.bash-completion index 028513a92..f2a44d232 100644 --- a/contrib/bitcoin-cli.bash-completion +++ b/contrib/bitcoin-cli.bash-completion @@ -82,7 +82,7 @@ _zcash_cli() { COMPREPLY=( $( compgen -W "add remove" -- "$cur" ) ) return 0 ;; - fundrawtransaction|getblock|getblockheader|getmempoolancestors|getmempooldescendants|getrawtransaction|gettransaction|listaccounts|listreceivedbyaccount|listreceivedbyaddress|sendrawtransaction) + fundrawtransaction|getblock|getblockheader|getmempoolancestors|getmempooldescendants|getrawtransaction|gettransaction|listaccounts|listreceivedbyaccount|listreceivedbyaddress|sendrawtransaction|z_importkey) COMPREPLY=( $( compgen -W "true false" -- "$cur" ) ) return 0 ;; @@ -94,7 +94,7 @@ _zcash_cli() { fi case "$prev" in - backupwallet|dumpwallet|importwallet) + backupwallet|dumpwallet|importwallet|z_exportwallet|z_importwallet) _filedir return 0 ;;