docs: -z is a common option

This commit is contained in:
Michael Vines
2019-01-08 14:41:55 -08:00
parent 64ebd9a194
commit e0c68bf9ad

View File

@ -63,12 +63,12 @@ Manage testnet instances
common options: common options:
-p [prefix] - Optional common prefix for instance names to avoid -p [prefix] - Optional common prefix for instance names to avoid
collisions (default: $prefix) collisions (default: $prefix)
-z [zone] - Zone for the nodes (default: $zone)
create-specific options: create-specific options:
-n [number] - Number of additional fullnodes (default: $additionalFullNodeCount) -n [number] - Number of additional fullnodes (default: $additionalFullNodeCount)
-c [number] - Number of client nodes (default: $clientNodeCount) -c [number] - Number of client nodes (default: $clientNodeCount)
-P - Use public network IP addresses (default: $publicNetwork) -P - Use public network IP addresses (default: $publicNetwork)
-z [zone] - Zone for the nodes (default: $zone)
-g - Enable GPU (default: $enableGpu) -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) -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. -a [address] - Set the bootstreap fullnode's external IP address to this value.