summarylogtreecommitdiffstats
path: root/turtlecoin-git.install
diff options
context:
space:
mode:
authorWalter Reiner2018-02-05 21:44:13 +0000
committerWalter Reiner2018-02-05 21:44:13 +0000
commit71321c6ee321960f87723d0075023eb40f4b7578 (patch)
tree2622ba4ae907693e25544769274db1033973d112 /turtlecoin-git.install
parent2eaba250979fee7e3e009d4ce96da8fae3935873 (diff)
downloadaur-71321c6ee321960f87723d0075023eb40f4b7578.tar.gz
Change to lowercase trtl- prefix for binaries
Diffstat (limited to 'turtlecoin-git.install')
-rw-r--r--turtlecoin-git.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/turtlecoin-git.install b/turtlecoin-git.install
index ee80790e4997..fb6d8a35c429 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 => TRTL-connectivity_tool"
- echo " miner => TRTL-miner"
- echo " simplewallet => TRTL-simplewallet"
- echo " walletd => TRTL-walletd"
+ echo " connectivity_tool => trtl-connectivity_tool"
+ echo " miner => trtl-miner"
+ echo " simplewallet => trtl-simplewallet"
+ echo " walletd => trtl-walletd"
echo
}