From c24016602a82ca12502a4ea2955958e00c841df7 Mon Sep 17 00:00:00 2001 From: Austin Alvarado Date: Thu, 30 Mar 2023 08:08:11 -0600 Subject: [PATCH] change comment, hopefully trigger CI --- server/src/infra/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/src/infra/cli.rs b/server/src/infra/cli.rs index 4356fdd..0a3b94d 100644 --- a/server/src/infra/cli.rs +++ b/server/src/infra/cli.rs @@ -132,7 +132,7 @@ pub enum SmtpEncryption { #[derive(Debug, Parser, Clone)] #[clap(next_help_heading = Some("SMTP"))] pub struct SmtpOpts { - /// Enable password reset + /// Enable password reset. #[clap(long, env = "LLDAP_SMTP_OPTIONS__ENABLE_PASSWORD_RESET")] pub smtp_enable_password_reset: Option,