]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
column doc: add missing attrubutes
authorWanBingjiang <wanbingjiang@webray.com.cn>
Fri, 30 Jan 2026 13:32:06 +0000 (21:32 +0800)
committerWanBingjiang <wanbingjiang@webray.com.cn>
Fri, 30 Jan 2026 13:32:34 +0000 (21:32 +0800)
text-utils/column.1.adoc

index 892bc1d17706065b5955ad9e305d9699fe513b76..ac5e3ef1cd7b82585b4cde8711a140c8aa008b67 100644 (file)
@@ -124,6 +124,8 @@ Supported attributes are:
 Column name.
 *trunc*;;
 Truncate column text when necessary. The same as *--table-truncate*.
+*tree*;;
+Use this column for tree-like output. See *--tree* for more details.
 *right*;;
 Right align text. The same as *--table-right*.
 **width=**_number_;;
@@ -131,14 +133,19 @@ Column width. It's used only as a hint. To enforce it, specify the *strictwidth*
 as well.
 *strictwidth*;;
 Strictly follow the *width=* setting.
-*noextreme*;;
+*noextremes*;;
 Ignore unusually long content width. See *--table-noextreme* for more details.
-*wrap*;;
-Allow using a multi-line cell for long text if necessary. See *--table-wrap* for more details.
 *hidden*;;
 Don't print the column. See *--table-hide* for more details.
+*wrap*;;
+Allow using a multi-line cell for long text if necessary. See *--table-wrap* for more details.
+*wrapnl*;;
+Wrap at newline characters; newlines in cell data are treated as line breaks.
+*wrapzero*;;
+Wrap at zero (NUL) characters in cell data.
 **json=**_type_;;
-Define the column type for JSON output. Supported types are *string*, *number* and *boolean*.
+Define the column type for JSON output. Supported types are *string*, *number*, *float*,
+*array-string*, *array-number* and *boolean*.
 **color=**_name_;;
 Define the column color for output on the terminal. The _name_ is a color name 
 (black, blink, blue, bold, brown, cyan, darkgray, gray, green, halfbright,