From: Lennart Poettering Date: Wed, 11 Dec 2024 09:31:58 +0000 (+0100) Subject: analyze: add missing --mask option to --help text X-Git-Tag: v258-rc1~1915^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F35548%2Fhead;p=thirdparty%2Fsystemd.git analyze: add missing --mask option to --help text Follow-up for: 3e7a029c2856e7814b930443cc2d4fb089377592 --- diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 0db3547a49d..e21f12c65e7 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -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,