]> git.ipfire.org Git - thirdparty/util-linux.git/commit
column: add --input-separator as an alias for --separator
authorKarel Zak <kzak@redhat.com>
Wed, 3 Dec 2025 10:11:59 +0000 (11:11 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 3 Dec 2025 10:11:59 +0000 (11:11 +0100)
commitbc577050f952b3ea0603c6ca8a4354950b330402
treee0dacab8a8c862820591fb7f9e36aaa15daf65b2
parent764c97800eadd1a49225c566771fec6905115acb
column: add --input-separator as an alias for --separator

This change adds --input-separator as an alias for the existing
--separator option, providing symmetry with --output-separator.

The new alias is documented in:
- command-line help text
- man page
- bash completion

Fixes: https://github.com/util-linux/util-linux/issues/3889
Signed-off-by: Karel Zak <kzak@redhat.com>
bash-completion/column
text-utils/column.1.adoc
text-utils/column.c