Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mercedesbh committed Dec 20, 2024
1 parent 5d5f22b commit 0b6b808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/vaultsecrets/secrets/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func NewCmdImport(ctx *cmd.Context, runF func(*ImportOpts) error) *cmd.Command {

cmd := &cmd.Command{
Name: "import",
ShortHelp: "Import new static secret.",
ShortHelp: "Import new static secrets.",
LongHelp: heredoc.New(ctx.IO).Must(`
The {{ template "mdCodeOrBold" "hcp vault-secrets secrets import" }} command imports static secrets and creates them under a Vault Secrets application.
The configuration for importing your static secrets will be read from the provided HCL config file.
Expand Down

0 comments on commit 0b6b808

Please sign in to comment.