]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tmpfiles: move two commands to the right --help sections
authorLennart Poettering <lennart@poettering.net>
Fri, 10 Jan 2025 22:45:07 +0000 (23:45 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 13 Jan 2025 14:05:41 +0000 (15:05 +0100)
src/tmpfiles/tmpfiles.c

index 4c14031b0bc1d9311b7c0af4a860c3f2c116f6ae..f3cbaf48a26de2a1a02f08763d4f0d9b41d1b2b2 100644 (file)
@@ -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"