]> git.ipfire.org Git - thirdparty/util-linux.git/commit
kill: usage: fix wrapped indent in -l/--list description
authorNaoki Wake <wakeke.rainbowearth@gmail.com>
Tue, 19 Aug 2025 01:46:08 +0000 (18:46 -0700)
committerNaoki Wake <wakeke.rainbowearth@gmail.com>
Wed, 20 Aug 2025 19:40:44 +0000 (12:40 -0700)
commite08ca363b85f66b0a6e4a45aaebcc0eb57ec966c
tree6b4914c212c296e5c9ee0cf812012d16dc7d1a7f
parent643bdae8e38055e36acf2963c3416de206081507
kill: usage: fix wrapped indent in -l/--list description

Increase the indentation of the continuation line from one to two
spaces to match the common util-linux help style (see
Documentation/howto-usage-function.txt). This touches a translatable
string. Whitespace-only change; no functional impact.

Signed-off-by: Naoki Wake <wakeke.rainbowearth@gmail.com>
misc-utils/kill.c