From: Lennart Poettering Date: Fri, 7 Jul 2023 14:00:31 +0000 (+0200) Subject: dissect: add new verbs to brief version of cmline in --help X-Git-Tag: v254-rc2~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8def0f3127f324c7af2905f45ad793c28a5d3e8;p=thirdparty%2Fsystemd.git dissect: add new verbs to brief version of cmline in --help --- diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index 24e17bcad9e..253e732404b 100644 --- a/src/dissect/dissect.c +++ b/src/dissect/dissect.c @@ -114,8 +114,10 @@ static int help(void) { "%1$s [OPTIONS...] --mtree IMAGE\n" "%1$s [OPTIONS...] --with IMAGE [COMMAND…]\n" "%1$s [OPTIONS...] --copy-from IMAGE PATH [TARGET]\n" - "%1$s [OPTIONS...] --copy-to IMAGE [SOURCE] PATH\n\n" - "%5$sDissect a Discoverable Disk Image (DDI).%6$s\n\n" + "%1$s [OPTIONS...] --copy-to IMAGE [SOURCE] PATH\n" + "%1$s [OPTIONS...] --discover\n" + "%1$s [OPTIONS...] --validate IMAGE\n" + "\n%5$sDissect a Discoverable Disk Image (DDI).%6$s\n\n" "%3$sOptions:%4$s\n" " --no-pager Do not pipe output into a pager\n" " --no-legend Do not show the headers and footers\n"