update message
This commit is contained in:
parent
be965f09b7
commit
55d43e1cf4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue