]> git.ipfire.org Git - thirdparty/util-linux.git/commit
swapon: control column header tooltips with --annotation
authorChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Wed, 24 Sep 2025 14:48:11 +0000 (10:48 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Wed, 24 Sep 2025 15:17:36 +0000 (11:17 -0400)
commit72829b08fed24cf37592f3e639faa665531d727c
tree32cd079a54caeaf1d9b8015b2c6e947f9527c188
parent3497a42cd0e21e5b509179edb996fb97e18d4b79
swapon: control column header tooltips with --annotation

Whether column header names should be annotated can be specified
with the --annotation option which takes the following three
arguments: 'auto', 'never' and 'always', where the former is the
default and makes it so that annotations are only added when the
output device is a terminal. If the option is omitted the 'auto'
behavior should be expected.

Signed-off-by: Christian Goeschel Ndjomouo <cgoesc2@wgu.edu>
sys-utils/swapon.c