From b66ff2d2dfa0acfe76959f450b8b606ed2328f54 Mon Sep 17 00:00:00 2001 From: stefan-mysten <135084671+stefan-mysten@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:29:33 -0800 Subject: [PATCH] Fix doc --- crates/sui-faucet/src/faucet/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sui-faucet/src/faucet/mod.rs b/crates/sui-faucet/src/faucet/mod.rs index 18d23ca034d9a..71e7e5748883b 100644 --- a/crates/sui-faucet/src/faucet/mod.rs +++ b/crates/sui-faucet/src/faucet/mod.rs @@ -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 /// This flag is used to indicate that the faucet is running on testnet and enables the /// authentication check. #[clap(long)]