Fix examples for genesis_bundle

This change fixes incorrect references to option `--validators` and
changes them to the correct `--include-validators`.

Change-Id: I3cb8b86cc03d6e37c91e14d625fa20ad9488579b
This commit is contained in:
Ian H. Pittwood 2019-05-15 10:23:17 -05:00
parent 498d5c078f
commit 6c7e735d55
1 changed files with 2 additions and 2 deletions

View File

@ -791,7 +791,7 @@ Usage:
::
./pegleg.sh site <options> genesis_bundle <site_name> \
-b <build_locaton> -k <encryption_passphrase/key> --validators
-b <build_locaton> -k <encryption_passphrase/key> --include-validators
Examples
^^^^^^^^
@ -802,7 +802,7 @@ Examples
genesis_bundle site1 \
-b ../../site1_build \
-k yourEncryptionPassphrase \
--validators
--include-validators
generate
^^^^^^^^