1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-09 01:18:19 +03:00

analyze: add missing --mask option to --help text

Follow-up for: 3e7a029c28
This commit is contained in:
Lennart Poettering 2024-12-11 10:31:58 +01:00
parent 7167bee6c6
commit 4d09f976f6

View 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,