diff options
author | Lennart Poettering <lennart@poettering.net> | 2022-10-25 15:41:22 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2022-10-25 17:47:52 +0200 |
commit | 2d15dc86cae35aec7dea1f955fcfec1908a24144 (patch) | |
tree | 39697640d4c49946f39586aba5eae7e8350d7c1a /src/coredump | |
parent | analyze: add --image= + --root= to --help text (diff) | |
download | systemd-2d15dc86cae35aec7dea1f955fcfec1908a24144.tar.xz systemd-2d15dc86cae35aec7dea1f955fcfec1908a24144.zip |
coredumpctl: add --root= + --image= to --help text
Diffstat (limited to 'src/coredump')
-rw-r--r-- | src/coredump/coredumpctl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/coredump/coredumpctl.c b/src/coredump/coredumpctl.c index 15ea887759..30ea08702e 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, |