Skip to content

Commit

Permalink
Update internal/cmd/mongodbflex/user/reset-password/reset_password.go
Browse files Browse the repository at this point in the history
Co-authored-by: Henrique Santos <[email protected]>
  • Loading branch information
joaopalet and hcsa73 authored Feb 5, 2024
1 parent c2fb638 commit a30b08d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func NewCmd() *cobra.Command {
cmd := &cobra.Command{
Use: fmt.Sprintf("reset-password %s", userIdArg),
Short: "Resets the password of a MongoDB Flex user",
Long: "Resets the password of a MongoDB Flex user. The new password is returned in the response.",
Long: "Resets the password of a MongoDB Flex user. The new password is shown in the command's output.",
Example: examples.Build(
examples.NewExample(
`Reset the password of a MongoDB Flex user with ID "xxx" of instance with ID "yyy"`,
Expand Down

0 comments on commit a30b08d

Please sign in to comment.