1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

analyze: add --image= + --root= to --help text

(cherry picked from commit 9f5b68d6b7)
This commit is contained in:
Lennart Poettering 2022-10-25 15:39:14 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 23d66a03de
commit bdd84e82e5

View File

@ -238,6 +238,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(),