update message

This commit is contained in:
naskya 2024-06-21 06:50:51 +09:00
parent c6cfe89079
commit bad545c2a9
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -72,7 +72,7 @@ pub(super) fn run() -> Result<(), ValidationError> {
SERVER_CONFIG_PATH,
CLIENT_CONFIG_PATH
);
cprintln!("<bold>Note:</> This command only checks the format of the config files, so its result does not guarantee the correctness of the value.");
cprintln!("<bold>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)