From: Lennart Poettering Date: Fri, 10 Jan 2025 22:45:07 +0000 (+0100) Subject: tmpfiles: move two commands to the right --help sections X-Git-Tag: v258-rc1~1632 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d6f14d327dbf5747992ff974212b63eaa9d95e8;p=thirdparty%2Fsystemd.git tmpfiles: move two commands to the right --help sections --- diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 4c14031b0bc..f3cbaf48a26 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -4168,12 +4168,12 @@ static int help(void) { " --remove Remove files and directories marked for removal\n" " --purge Delete files and directories marked for creation in\n" " specified configuration files (careful!)\n" + " --cat-config Show configuration files\n" + " --tldr Show non-comment parts of configuration files\n" " -h --help Show this help\n" " --version Show package version\n" "\n%3$sOptions:%4$s\n" " --user Execute user configuration\n" - " --cat-config Show configuration files\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"