From 33de05084ebbe7bfbd721c80fb4a540faeebfcef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Mon, 10 Apr 2023 16:46:03 +0200 Subject: [PATCH] column: (man) use markup for option --- 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 a940a0536d..17f6eb039f 100644 --- a/text-utils/column.1.adoc +++ b/text-utils/column.1.adoc @@ -95,7 +95,7 @@ Determine the number of columns the input contains and create a table. Columns a *-C, --table-column* _properties_:: Define one column by comma separated list of column attributes. This option can be used more than once, every use defines just one column. -The properties replace some of --table- options. For example *--table-column +The properties replace some of *--table-* options. For example *--table-column name=FOO,right* define one column where text is aligned to right. The option is mutually exclusive to *--table-columns*. + -- 2.47.3