From cae44a9e1303a6a2769dcde30697c77e6fb48386 Mon Sep 17 00:00:00 2001 From: WanBingjiang Date: Fri, 30 Jan 2026 21:22:28 +0800 Subject: [PATCH] column doc: fix incorrect attribute: hidden --- text-utils/column.1.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text-utils/column.1.adoc b/text-utils/column.1.adoc index e1e5a1c6f..892bc1d17 100644 --- a/text-utils/column.1.adoc +++ b/text-utils/column.1.adoc @@ -135,7 +135,7 @@ Strictly follow the *width=* setting. 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. -*hide*;; +*hidden*;; Don't print the column. See *--table-hide* for more details. **json=**_type_;; Define the column type for JSON output. Supported types are *string*, *number* and *boolean*. -- 2.47.3