;doc: box-drawing: edits

This commit is contained in:
Simon Michael 2024-06-12 18:39:27 +01:00
parent aa5bca04d3
commit 83bd98076a

View File

@ -683,11 +683,11 @@ In terminal output, some commands can produce colour when the terminal supports
## Box-drawing ## Box-drawing
In terminal (text) output, to minimise the risk of display problems for new users, In terminal (text) output, to minimise the risk of display problems,
table borders are drawn using only ascii characters. table borders are drawn using only ascii characters by default.
Add `--pretty` or `--pretty=yes` to draw tables with prettier unicode box-drawing characters. To see tables with prettier unicode box-drawing characters, add the `--pretty` flag.
In pretty mode, tables will also have outer borders and inter-column borders. This will also show outer borders and inter-column borders.
## Paging ## Paging