Change function names to not clash with Bitcoin, apply to correct binaries

This commit is contained in:
Jack Grigg
2016-12-02 17:09:44 +13:00
parent c794f6d33b
commit 58966e96c5
3 changed files with 12 additions and 12 deletions

View File

@@ -46,7 +46,7 @@ _bitcoin_tx() {
return 0
} &&
complete -F _bitcoin_tx bitcoin-tx
complete -F _bitcoin_tx zcash-tx
# Local variables:
# mode: shell-script