Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-mysten committed Jan 10, 2025
1 parent bab2728 commit b66ff2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sui-faucet/src/faucet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub struct FaucetConfig {
#[clap(long, action = clap::ArgAction::Set, default_value_t = false)]
pub batch_enabled: bool,

/// Testnet faucet requires authentication via the Web UI at https://faucet.testnet.sui.io
/// Testnet faucet requires authentication via the Web UI at <https://faucet.sui.io>
/// This flag is used to indicate that the faucet is running on testnet and enables the
/// authentication check.
#[clap(long)]
Expand Down

0 comments on commit b66ff2d

Please sign in to comment.