column: fix typo (#2861)

italian
Marco Bonelli 2019-04-02 12:14:39 +02:00 committed by Starbeamrainbowlabs
parent 9cdab90249
commit 9f2b387cbe
1 changed files with 1 additions and 1 deletions

View File

@ -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{{,}}`