]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
coredumpctl: add --root= + --image= to --help text 25131/head
authorLennart Poettering <lennart@poettering.net>
Tue, 25 Oct 2022 13:41:22 +0000 (15:41 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 25 Oct 2022 15:47:52 +0000 (17:47 +0200)
src/coredump/coredumpctl.c

index 15ea887759e15adb3fdb26c9be687839867e760e..30ea08702efdb8e506d5a200596d5225c3aa49d9 100644 (file)
@@ -195,6 +195,8 @@ static int verb_help(int argc, char **argv, void *userdata) {
                "  -D --directory=DIR           Use journal files from directory\n\n"
                "  -q --quiet                   Do not show info messages and privilege warning\n"
                "     --all                     Look at all journal files instead of local ones\n"
+               "     --root=PATH               Operate on an alternate filesystem root\n"
+               "     --image=PATH              Operate on disk image as filesystem root\n"
                "\nSee the %2$s for details.\n",
                program_invocation_short_name,
                link,