From 285be847d7ade57cca0c15753ec82747d40f888e Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 3 Jun 2018 18:47:34 -0400 Subject: [PATCH] update readme --- README.md | 2 -- shyft-geth.sh | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index d8f1f31831..d8733058f8 100644 --- a/README.md +++ b/README.md @@ -287,8 +287,6 @@ Run `./shyft-geth.sh` with one of the following flags: - `--reset` - Drops postgress and chain db, and reinstantiates both. - `--js [web3 filename]` - Executes web3 calls with a passed file name. If the file name is `sendTransactions.js`, `./shyft-geth.sh --js sendTransactions`. -Note: An alias can be set for convenience `alias shyft-geth='/shyft_go-ethereum/shyft-geth.sh'` - ## Contribution Thank you for considering to help out with the source code! We welcome contributions from diff --git a/shyft-geth.sh b/shyft-geth.sh index f257e38a81..b64fb5ec98 100755 --- a/shyft-geth.sh +++ b/shyft-geth.sh @@ -16,7 +16,6 @@ illegalCommands=() while [[ $# -gt 0 ]] do key="$1" - case $key in --setup) sh ./shyft-cli/setup.sh