Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion smartcontract/cli/src/config/set.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use std::{io::Write, path::PathBuf};
.multiple(true)
))]
pub struct SetConfigCliCommand {
/// DZ env shorthand to set the config to (testnet, devnet, or mainnet)
/// DZ env shorthand to set the config to (testnet [t], devnet [d], or mainnet-beta [m])
#[arg(long, value_name = "ENV")]
pub env: Option<String>,
/// URL of the JSON RPC endpoint (devnet, testnet, mainnet, localhost)
Expand Down
Loading