]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
analyze: add missing --mask option to --help text
authorLennart Poettering <lennart@poettering.net>
Wed, 11 Dec 2024 09:31:58 +0000 (10:31 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 12 Dec 2024 16:33:57 +0000 (16:33 +0000)
Follow-up for: 3e7a029c2856e7814b930443cc2d4fb089377592

(cherry picked from commit 4d09f976f6c10729619c7f4c87dd121aa34d019b)

src/analyze/analyze.c

index 0db3547a49d242c5cd5a23995267c01e755aff37..e21f12c65e703faf37567e7332c829f6f0b9905f 100644 (file)
@@ -284,6 +284,7 @@ static int help(int argc, char *argv[], void *userdata) {
                "     --root=PATH             Operate on an alternate filesystem root\n"
                "     --image=PATH            Operate on disk image as filesystem root\n"
                "     --image-policy=POLICY   Specify disk image dissection policy\n"
+               "  -m --mask                  Parse parameter as numeric capability mask\n"
                "\nSee the %2$s for details.\n",
                program_invocation_short_name,
                link,