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

index 4a276f66ba133f30dbe19925296583567d1b1826..6e47357a119b942714df5abb991bbf1a96c4cfb0 100644 (file)
@@ -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(),