From 84f763d079816788fc3099dc567971cf8b27c239 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Wed, 21 Aug 2019 16:35:07 -0600 Subject: [PATCH] net: init-metrics.sh no longer supports -c flag (#5588) automerge --- net/README.md | 2 +- net/init-metrics.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/README.md b/net/README.md index ef8c08967..9c8db55be 100644 --- a/net/README.md +++ b/net/README.md @@ -32,7 +32,7 @@ NOTE: This example uses GCE. If you are using AWS EC2, replace `./gce.sh` with ```bash $ cd net/ $ ./gce.sh create -n 5 -c 1 #<-- Create a GCE testnet with 5 additional nodes (beyond the bootstrap node) and 1 client (billing starts here) -$ ./init-metrics.sh -c $(whoami) #<-- Configure a metrics database for the testnet +$ ./init-metrics.sh $(whoami) #<-- Configure a metrics database for the testnet $ ./net.sh start #<-- Deploy the network from the local workspace and start all clients with bench-tps $ ./ssh.sh #<-- Details on how to ssh into any testnet node to access logs/etc $ ./gce.sh delete #<-- Dispose of the network (billing stops here) diff --git a/net/init-metrics.sh b/net/init-metrics.sh index 900a11f70..ae29ffba6 100755 --- a/net/init-metrics.sh +++ b/net/init-metrics.sh @@ -12,7 +12,7 @@ usage() { echo "Error: $*" fi cat <