From: Lennart Poettering Date: Tue, 18 Jun 2024 07:56:36 +0000 (+0200) Subject: tmpfiles: make --tldr help text symmetric to --cat-config X-Git-Tag: v257-rc1~1111^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a3766303699b4f26026ecab7a90922455f9abed;p=thirdparty%2Fsystemd.git tmpfiles: make --tldr help text symmetric to --cat-config --- diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index e3eca2ef27e..f378cdf1ee2 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -4154,7 +4154,7 @@ static int help(void) { "\n%3$sOptions:%4$s\n" " --user Execute user configuration\n" " --cat-config Show configuration files\n" - " --tldr Show non-comment parts of configuration\n" + " --tldr Show non-comment parts of configuration files\n" " --boot Execute actions only safe at boot\n" " --graceful Quietly ignore unknown users or groups\n" " --prefix=PATH Only apply rules with the specified prefix\n"