Skip to content

Commit

Permalink
Improve docs for commends to cosmos-key -> cosmos-phrase (althea-net#311
Browse files Browse the repository at this point in the history
)

Fix the Document comments to correct refer to the --cosmos-phrase instead of --cosmos-key
  • Loading branch information
zmanian authored Mar 26, 2021
1 parent 4eef26c commit c5b8dc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orchestrator/client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ lazy_static! {
{} deploy-erc20-representation --cosmos-grpc=<url> --cosmos-denom=<denom> --ethereum-key=<key> --ethereum-rpc=<url> --contract-address=<addr> --erc20-name=<name> --erc20-symbol=<symbol> --erc20-decimals=<decimals>
Options:
-h --help Show this screen.
--cosmos-key=<ckey> The Cosmos private key of the sender
--cosmos-phrase=<ckey> The mnenmonic of the Cosmos account key of the validator
--ethereum-key=<ekey> The Ethereum private key of the sender
--cosmos-legacy-rpc=<curl> The Cosmos Legacy RPC url, this will need to be manually enabled
--cosmos-grpc=<curl> The Cosmos gRPC url
Expand Down
2 changes: 1 addition & 1 deletion orchestrator/orchestrator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lazy_static! {
"Usage: {} --cosmos-phrase=<key> --ethereum-key=<key> --cosmos-legacy-rpc=<url> --cosmos-grpc=<url> --ethereum-rpc=<url> --fees=<denom> --contract-address=<addr>
Options:
-h --help Show this screen.
--cosmos-key=<ckey> The Cosmos private key of the validator
--cosmos-phrase=<ckey> The mnenmonic of the Cosmos account key of the validator
--ethereum-key=<ekey> The Ethereum private key of the validator
--cosmos-legacy-rpc=<curl> The Cosmos RPC url, usually the validator
--cosmos-grpc=<gurl> The Cosmos gRPC url, usually the validator
Expand Down

0 comments on commit c5b8dc0

Please sign in to comment.