diff --git a/src/command/config/validate.rs b/src/command/config/validate.rs index 4b74972..d561c34 100644 --- a/src/command/config/validate.rs +++ b/src/command/config/validate.rs @@ -74,7 +74,7 @@ pub(super) fn run() -> Result<(), ValidationError> { SERVER_CONFIG_PATH, CLIENT_CONFIG_PATH ); - cprintln!("Note: This is only a formal validation, so this does not guarantee that the settings are appropriate."); + cprintln!("Note: This command only checks the format of the config files, so its result does not guarantee the correctness of the value."); } server_validation_result.and(client_validation_result)