From a94a199cff8258b2d5801d140508849f998726cd Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 25 Oct 2022 15:42:21 +0200 Subject: [PATCH] dissect: mention DDI moniker in --help text --- src/dissect/dissect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3