From 80927914fc9e84d238455e61bc94822fe78586e2 Mon Sep 17 00:00:00 2001 From: David Dawes Date: Fri, 1 Jun 2018 21:19:42 -0700 Subject: [PATCH] Update READMEs. --- kmd/linux/README.txt | 4 ++-- kmd/mac/README.txt | 4 ++-- kmd/windows/README.txt | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kmd/linux/README.txt b/kmd/linux/README.txt index 71baac625..90f70ed44 100644 --- a/kmd/linux/README.txt +++ b/kmd/linux/README.txt @@ -1,9 +1,9 @@ -VerusCoin Komodo Command Line Tools v0.3.3-beta +VerusCoin Command Line Tools v0.3.3-beta Contents: komodod - the Komodo daemon komodo-cli - Komodo command line utility verus - wrapper for komodo-cli that applies the command to the VRSC coin -verusd - wrapper for komodod that sets the VerusCoin parameters to defauls properly +verusd - wrapper for komodod that sets the VerusCoin parameters to defatults properly Run ./verusd to launch komodod, and use ./verus to run commands such as: ./verus stop diff --git a/kmd/mac/README.txt b/kmd/mac/README.txt index 71baac625..49b29da4d 100644 --- a/kmd/mac/README.txt +++ b/kmd/mac/README.txt @@ -1,9 +1,9 @@ -VerusCoin Komodo Command Line Tools v0.3.3-beta +VerusCoin Command Line Tools v0.3.3-beta Contents: komodod - the Komodo daemon komodo-cli - Komodo command line utility verus - wrapper for komodo-cli that applies the command to the VRSC coin -verusd - wrapper for komodod that sets the VerusCoin parameters to defauls properly +verusd - wrapper for komodod that sets the VerusCoin parameters to defaults properly. Run ./verusd to launch komodod, and use ./verus to run commands such as: ./verus stop diff --git a/kmd/windows/README.txt b/kmd/windows/README.txt index 07ba7cbbe..0020cfe20 100644 --- a/kmd/windows/README.txt +++ b/kmd/windows/README.txt @@ -1,10 +1,10 @@ -VerusCoin Komodo Command Line Tools v0.3.3-beta +VerusCoin Command Line Tools v0.3.3-beta Contents: komodod.exe - the Komodo daemon komodo-cli.exe - Komodo command line utility verus.bat - wrapper for komodo-cli that applies the command to the VRSC coin -verusd.bat - wrapper for komodod that sets the VerusCoin parameters to defauls properly +verusd.bat - wrapper for komodod that sets the VerusCoin parameters to defaults properly Run verusd.bat to launch komodod, and use verus.bat to run commands such as: -./verus.bat stop +verus.bat stop Which signals komodod.exe (if it is running) to stop running.