update message

This commit is contained in:
naskya 2024-06-21 05:57:52 +09:00
parent be965f09b7
commit 55d43e1cf4
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -74,7 +74,7 @@ pub(super) fn run() -> Result<(), ValidationError> {
SERVER_CONFIG_PATH,
CLIENT_CONFIG_PATH
);
cprintln!("<bold>Note:</> This is only a formal validation, so this does not guarantee that the settings are appropriate.");
cprintln!("<bold>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)