diff options
| author | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 12:27:27 -0400 |
|---|---|---|
| committer | Christian Goeschel Ndjomouo <cgoesc2@wgu.edu> | 2025-10-31 12:27:27 -0400 |
| commit | d934a6e29420511b77ab18a4133e52ebc7b00724 (patch) | |
| tree | 90050649ba08dde82fc923eb0d5e2f7f791acce7 /bash-completion | |
| parent | 1730170815d5839064e45bf6fe2c5e432ea6d0e4 (diff) | |
| download | util-linux-d934a6e29420511b77ab18a4133e52ebc7b00724.tar.gz | |
bash-completion: (column) add missing long options
Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Diffstat (limited to 'bash-completion')
| -rw-r--r-- | bash-completion/column | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bash-completion/column b/bash-completion/column index fb209204d5..08d0772200 100644 --- a/bash-completion/column +++ b/bash-completion/column @@ -36,6 +36,7 @@ _column_module() --table-colorscheme --table-name --table-order + --table-column --table-columns --table-columns-limit --table-noextreme @@ -54,6 +55,7 @@ _column_module() --output-width --separator --output-separator + --wrap-separator --fillrows --use-spaces --color |
