[docs] change syntax highlight mode

This commit is contained in:
Ivan Blinkov 2020-07-21 23:28:23 +03:00 committed by GitHub
parent 5eefd3792d
commit 39ead5a405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ See [File](../../engines/table-engines/special/file.md) table engine.
## Using Command-Line Redirection {#using-command-line-redirection} ## Using Command-Line Redirection {#using-command-line-redirection}
``` sql ``` bash
$ clickhouse-client --query "SELECT * from table" --format FormatName > result.txt $ clickhouse-client --query "SELECT * from table" --format FormatName > result.txt
``` ```