diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml
index 6430501bdf..9528e91a41 100644
--- a/man/systemd-dissect.xml
+++ b/man/systemd-dissect.xml
@@ -18,7 +18,7 @@
systemd-dissect
- Dissect file system OS images
+ Dissect Discoverable Disk Images (DDIs)
@@ -43,7 +43,7 @@
Description
systemd-dissect is a tool for introspecting and interacting with file system OS
- disk images. It supports five different operations:
+ disk images, specifically Discoverable Disk Images (DDIs). It supports five different operations:
Show general OS image information, including the image's
diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c
index a216b6c1bb..c465115fc7 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"