diff --git a/crates/iota/src/validator_commands.rs b/crates/iota/src/validator_commands.rs index d08eca9eced..320cbae07ef 100644 --- a/crates/iota/src/validator_commands.rs +++ b/crates/iota/src/validator_commands.rs @@ -187,7 +187,7 @@ pub enum IotaValidatorCommand { #[clap(name = "gas-budget", long)] gas_budget: Option, }, - /// Iota native bridge committee member registration + /// IOTA native bridge committee member registration. #[clap(name = "register-bridge-committee")] RegisterBridgeCommittee { /// Path to Bridge Authority Key file. @@ -207,7 +207,7 @@ pub enum IotaValidatorCommand { #[clap(name = "gas-budget", long)] gas_budget: Option, }, - /// Update iota native bridge committee node url + /// Update IOTA native bridge committee node url. UpdateBridgeCommitteeNodeUrl { /// New node url to be registered in the on chain bridge object. #[clap(long)] diff --git a/docs/content/references/cli/cheatsheet.mdx b/docs/content/references/cli/cheatsheet.mdx index 4472104cfc2..df947804522 100644 --- a/docs/content/references/cli/cheatsheet.mdx +++ b/docs/content/references/cli/cheatsheet.mdx @@ -1,8 +1,8 @@ --- -title: Iota CLI Cheat Sheet +title: IOTA CLI Cheat Sheet --- -The cheat sheet highlights common Iota CLI commands. +The cheat sheet highlights common IOTA CLI commands. :::tip @@ -50,7 +50,7 @@ The cheat sheet highlights common Iota CLI commands. `iota keytool import INPUT KEY_SCHEME` - Add a new key to Iota CLI Keystore using either the input mnemonic phrase or a Bech32 encoded 33-byte flag || privkey starting with "iotaprivkey" + Add a new key to IOTA CLI Keystore using either the input mnemonic phrase or a Bech32 encoded 33-byte flag || privkey starting with "iotaprivkey" `iota keytool update-alias OLD_ALIAS NEW_ALIAS` @@ -120,11 +120,11 @@ The cheat sheet highlights common Iota CLI commands. `iota genesis` - Bootstrap and initialize a new Iota network + Bootstrap and initialize a new IOTA network `iota start` - Start the local Iota network + Start the local IOTA network `iota-faucet` diff --git a/docs/content/references/cli/validator.mdx b/docs/content/references/cli/validator.mdx index 7668dd53c0c..e2764f8e699 100644 --- a/docs/content/references/cli/validator.mdx +++ b/docs/content/references/cli/validator.mdx @@ -22,8 +22,11 @@ Commands: update-metadata Update the validator metadata update-gas-price Update gas price that is used to calculate Reference Gas Price report-validator Report or un-report a validator as bad or non-performant - serialize-payload-pop Serialize the payload that is used to generate Proof of Possession. This is useful to take the payload offline for an Authority keypair to sign + serialize-payload-pop Serialize the payload that is used to generate Proof of Possession. This is useful to take the payload offline for an Authority protocol keypair to sign display-gas-price-update-raw-txn Print out the serialized data of a transaction that sets the gas price quote for a validator + register-bridge-committee IOTA native bridge committee member registration + update-bridge-committee-node-url Update IOTA native bridge committee node url + list Get a list of the validators in the network. Use the `display-metadata` command to see the complete data for a validator help Print this message or the help of the given subcommand(s) Options: @@ -31,6 +34,7 @@ Options: --json Return command outputs in json format -y, --yes -h, --help Print help + -V, --version Print version ``` ## Examples