diff --git a/internal/cmd/mongodbflex/user/reset-password/reset_password.go b/internal/cmd/mongodbflex/user/reset-password/reset_password.go index fcc332fe..06ac6043 100644 --- a/internal/cmd/mongodbflex/user/reset-password/reset_password.go +++ b/internal/cmd/mongodbflex/user/reset-password/reset_password.go @@ -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"`,