summaryrefslogtreecommitdiff
path: root/lib/table.man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/table.man')
-rw-r--r--lib/table.man5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/table.man b/lib/table.man
index 2b3874110..bec8292c6 100644
--- a/lib/table.man
+++ b/lib/table.man
@@ -69,3 +69,8 @@ This option does not affect JSON in tables, which is always printed
compactly.
.IP "\fB\-\-bare\fR"
Equivalent to \fB\-\-format=list \-\-data=bare \-\-no\-headings\fR.
+.IP "\fB\-\-max\-column-width=\fIn\fR"
+For table output only, limits the width of any column in the output to
+\fIn\fR columns. Longer cell data is truncated to fit, as necessary.
+Columns are always wide enough to display the column names, if the
+heading row is printed.