From af75a7012d215a68353498da05154b5f5ee7ac41 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Sun, 20 Dec 2020 22:32:30 +0300 Subject: [PATCH] Update cli.md --- docs/en/interfaces/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/interfaces/cli.md b/docs/en/interfaces/cli.md index fdcf6a092fc..fe9a2f3ec51 100644 --- a/docs/en/interfaces/cli.md +++ b/docs/en/interfaces/cli.md @@ -127,7 +127,7 @@ You can pass parameters to `clickhouse-client` (all parameters have a default va - `--history_file` — Path to a file containing command history. - `--param_` — Value for a [query with parameters](#cli-queries-with-parameters). -Since version 20.5, `clickhouse-client` has automatic syntax highlighting. You don't need any parameters to enable it. +Since version 20.5, `clickhouse-client` has automatic syntax highlighting (always enabled). ### Configuration Files {#configuration_files}