mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 01:52:35 +02:00
Fix typos (#2842)
This commit is contained in:
@ -18,13 +18,13 @@ impl Plugin for handler::Handler {
|
||||
.named(
|
||||
"endpoint",
|
||||
SyntaxShape::Any,
|
||||
"the enpoint info for the S3 resource, i.g., s3.ap-northeast-1.amazonaws.com or 10.1.1.1",
|
||||
"the endpoint info for the S3 resource, i.g., s3.ap-northeast-1.amazonaws.com or 10.1.1.1",
|
||||
Some('e'),
|
||||
)
|
||||
.named(
|
||||
"access_key",
|
||||
SyntaxShape::Any,
|
||||
"the accessy key when authenticating",
|
||||
"the access key when authenticating",
|
||||
Some('a'),
|
||||
)
|
||||
.named(
|
||||
|
Reference in New Issue
Block a user