We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c822cdd commit 443725eCopy full SHA for 443725e
1 file changed
crates/cli/src/commands/alias.rs
@@ -28,7 +28,7 @@ pub struct SetArgs {
28
/// Alias name (e.g., "local", "s3", "rustfs")
29
pub name: String,
30
31
- /// S3 endpoint URL (e.g., "http://localhost:9000", "https://s3.amazonaws.com")
+ /// S3 endpoint URL (e.g., `http://localhost:9000`, `https://s3.amazonaws.com`)
32
pub endpoint: String,
33
34
/// Access key ID
0 commit comments