]> git.ipfire.org Git - thirdparty/util-linux.git/commit
col: cleanup usage() and struct col_*
authorKarel Zak <kzak@redhat.com>
Tue, 29 Sep 2020 12:20:57 +0000 (14:20 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Sep 2020 12:20:57 +0000 (14:20 +0200)
commit62dee0176a0c8e687d9ff0cb87342a0f8b893aaa
treead3fc1c1470cf7c5918974938d45e18c1f3567f1
parent18b96d7102e36fd92d4dcf59cf99427543d566a2
col: cleanup usage() and struct col_*

- remove extra line about stdout in usage() output

- use our macros to print int about --help and --version

- remove uint8_t bit-field from struct col_ctl (it seems fragile for
  future code changes).

Signed-off-by: Karel Zak <kzak@redhat.com>
text-utils/col.c