From 9f5b68d6b7b4ea2645f094bfc7a9e7c80ec3bcb0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Oct 2022 15:39:14 +0200 Subject: [PATCH 1/2] analyze: add --image= + --root= to --help text --- src/analyze/analyze.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 4a276f66ba1..6e47357a119 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -241,6 +241,8 @@ static int help(int argc, char *argv[], void *userdata) { " -h --help Show this help\n" " --version Show package version\n" " -q --quiet Do not emit hints\n" + " --root=PATH Operate on an alternate filesystem root\n" + " --image=PATH Operate on disk image as filesystem root\n" "\nSee the %s for details.\n", program_invocation_short_name, ansi_highlight(), From 2d15dc86cae35aec7dea1f955fcfec1908a24144 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Oct 2022 15:41:22 +0200 Subject: [PATCH 2/2] coredumpctl: add --root= + --image= to --help text --- src/coredump/coredumpctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/coredump/coredumpctl.c b/src/coredump/coredumpctl.c index 15ea887759e..30ea08702ef 100644 --- a/src/coredump/coredumpctl.c +++ b/src/coredump/coredumpctl.c @@ -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,