summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Reiner2018-02-04 10:53:33 +0000
committerWalter Reiner2018-02-04 10:53:33 +0000
commit2eaba250979fee7e3e009d4ce96da8fae3935873 (patch)
tree3278c97fcb733a14e4513a7e2d23a57fa2267169
parent004376f86e2d7e17c71de13fdb3ec51ebfcdd936 (diff)
downloadaur-2eaba250979fee7e3e009d4ce96da8fae3935873.tar.gz
Fixed typo in install script
-rw-r--r--turtlecoin-git.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/turtlecoin-git.install b/turtlecoin-git.install
index 9357366772f5..ee80790e4997 100644
--- a/turtlecoin-git.install
+++ b/turtlecoin-git.install
@@ -1,9 +1,9 @@
binary_message() {
echo "To prevent problems with software of other coins the binaries for this package are as follows:"
- echo " connectivity_tool => TC-connectivity_tool"
- echo " miner => TC-miner"
- echo " simplewallet => TC-simplewallet"
- echo " walletd => TC-walletd"
+ echo " connectivity_tool => TRTL-connectivity_tool"
+ echo " miner => TRTL-miner"
+ echo " simplewallet => TRTL-simplewallet"
+ echo " walletd => TRTL-walletd"
echo
}