From 9f5b68d6b7b4ea2645f094bfc7a9e7c80ec3bcb0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Oct 2022 15:39:14 +0200 Subject: [PATCH] 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(),