From e0c68bf9ada9e315fca053c80225c02febbe1097 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 8 Jan 2019 14:41:55 -0800 Subject: [PATCH] docs: -z is a common option --- net/gce.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/gce.sh b/net/gce.sh index c29332c9da..55c65f39c4 100755 --- a/net/gce.sh +++ b/net/gce.sh @@ -63,12 +63,12 @@ Manage testnet instances common options: -p [prefix] - Optional common prefix for instance names to avoid collisions (default: $prefix) + -z [zone] - Zone for the nodes (default: $zone) create-specific options: -n [number] - Number of additional fullnodes (default: $additionalFullNodeCount) -c [number] - Number of client nodes (default: $clientNodeCount) -P - Use public network IP addresses (default: $publicNetwork) - -z [zone] - Zone for the nodes (default: $zone) -g - Enable GPU (default: $enableGpu) -G - Enable GPU, and set count/type of GPUs to use (e.g $cpuBootstrapLeaderMachineType --accelerator count=4,type=nvidia-tesla-k80) -a [address] - Set the bootstreap fullnode's external IP address to this value.