From bad545c2a928202ef734004d901e1fa6b98d8f86 Mon Sep 17 00:00:00 2001 From: naskya Date: Fri, 21 Jun 2024 06:50:51 +0900 Subject: [PATCH] update message --- src/command/config/validate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/config/validate.rs b/src/command/config/validate.rs index e97c4fb..0db2da5 100644 --- a/src/command/config/validate.rs +++ b/src/command/config/validate.rs @@ -72,7 +72,7 @@ pub(super) fn run() -> Result<(), ValidationError> { SERVER_CONFIG_PATH, CLIENT_CONFIG_PATH ); - cprintln!("Note: This command only checks the format of the config files, so its result does not guarantee the correctness of the value."); + cprintln!("Note: This command only checks the format of the config files, and its result does not guarantee the correctness of the value."); } server_validation_result.and(client_validation_result)