From ab7bd77a1d4a58bf38f38f5c97efef1182521d46 Mon Sep 17 00:00:00 2001 From: naskya Date: Tue, 25 Jun 2024 14:11:11 +0900 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea128e3..7a23e69 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ fishctl config validate Note that some items are only formally checked, so even if the output says it is valid, your settings may not be appropriate. -This command performs a connection check against the PostgreSQL server and the Redis/Valkey server. To turn it off, provide the `--offline` option: +This command performs a connection check against the PostgreSQL server and the Redis/Valkey server. You can bypass this check using the `--offline` option: ```sh fishctl config validate --offline