]> git.ipfire.org Git - thirdparty/util-linux.git/commit
swapon: (usage) make the help text fit within 80 columns again
authorBenno Schulenberg <bensberg@telfort.nl>
Mon, 6 Oct 2025 00:20:01 +0000 (20:20 -0400)
committerChristian Goeschel Ndjomouo <cgoesc2@wgu.edu>
Mon, 6 Oct 2025 00:23:28 +0000 (20:23 -0400)
commit368c7bda2effe3946f5143a325d150efd8dd04fc
tree95779777bd396819885f984ff6f47f7d09848d56
parenteb0e08a76e3ebd4571b957e727847060304c32bb
swapon: (usage) make the help text fit within 80 columns again

Recent commit 72829b08fe added four extra spaces to each description
in the usage text, causing some lines to be wider than 80 characters.
Undo that addition, to make the help text fit again in 80 columns.

Also, put the equals sign for the new --annotation option inside the
square brackets instead of mistakenly before them.

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/swapon.c