]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
sysctl: add missing help entry for --strict
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 5 Oct 2025 17:20:21 +0000 (02:20 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 10 Oct 2025 08:36:48 +0000 (10:36 +0200)
Follow-up for e88748c17e58aad6818e64fd3071de011808165e.

(cherry picked from commit 95c71c8f6e2f689789eb9f882c605252a83d5827)

src/sysctl/sysctl.c

index 7ad56b3ae9d790ec752751d78e41ad46a1f98125..ec622365c913c72651be6e444c6a2ed595a75f9e 100644 (file)
@@ -349,6 +349,7 @@ static int help(void) {
                "     --tldr             Show non-comment parts of configuration\n"
                "     --prefix=PATH      Only apply rules with the specified prefix\n"
                "     --no-pager         Do not pipe output into a pager\n"
+               "     --strict           Fail on any kind of failures\n"
                "\nSee the %s for details.\n",
                program_invocation_short_name,
                link);