]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: make --tldr help text symmetric to --cat-config
authorLennart Poettering <lennart@poettering.net>
Tue, 18 Jun 2024 07:56:36 +0000 (09:56 +0200)
committerLuca Boccassi <bluca@debian.org>
Tue, 18 Jun 2024 13:45:59 +0000 (14:45 +0100)
src/tmpfiles/tmpfiles.c

index e3eca2ef27e1d5d9a20b932656619b7cd4e8c5c6..f378cdf1ee2f6e69dc7edf774810e1c7eada833f 100644 (file)
@@ -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"