From: Lennart Poettering Date: Tue, 25 Oct 2022 13:42:21 +0000 (+0200) Subject: dissect: mention DDI moniker in --help text X-Git-Tag: v252~33^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a94a199cff8258b2d5801d140508849f998726cd;p=thirdparty%2Fsystemd.git dissect: mention DDI moniker in --help text --- diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index a216b6c1bbf..c465115fc70 100644 --- a/src/dissect/dissect.c +++ b/src/dissect/dissect.c @@ -82,7 +82,7 @@ static int help(void) { "%1$s [OPTIONS...] --umount PATH\n" "%1$s [OPTIONS...] --copy-from IMAGE PATH [TARGET]\n" "%1$s [OPTIONS...] --copy-to IMAGE [SOURCE] PATH\n\n" - "%5$sDissect a file system OS image.%6$s\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"