mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 15:13:52 +02:00
column: fix typo (#2861)
This commit is contained in:
parent
9cdab90249
commit
9f2b387cbe
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
`printf "header1 header2\nbar foo\n" | column -c {{30}}`
|
||||
|
||||
- Specify column delimiter character for the -t option (i.e. "," for csv); default is whitespace:
|
||||
- Specify column delimiter character for the -t option (e.g. "," for csv); default is whitespace:
|
||||
|
||||
`printf "header1,header2\nbar,foo\n" | column -s{{,}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue