Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed Aug 20, 2023
2 parents 532d11d + 45b5a11 commit 9803f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csvtk/cmd/pretty.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Styles:
if _style, ok := styles[strings.ToLower(style)]; ok {
tbl.Style(_style)
} else {
checkError(fmt.Errorf("style not available: %s. available vaules: default, plain, simple, grid, light, bold, double", style))
checkError(fmt.Errorf("style not available: %s. available vaules: default, plain, simple, 3line, grid, light, bold, double", style))
}

if minWidth > 0 {
Expand Down

0 comments on commit 9803f20

Please sign in to comment.