From: Antonio Alvarez Feijoo Date: Fri, 19 Jan 2024 15:01:13 +0000 (+0100) Subject: dissect: fix typo X-Git-Tag: v256-rc1~1095^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F31022%2Fhead;p=thirdparty%2Fsystemd.git dissect: fix typo --- diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index dce0209140b..f6a8161d408 100644 --- a/src/dissect/dissect.c +++ b/src/dissect/dissect.c @@ -150,7 +150,7 @@ static int help(void) { " -u --umount Unmount the image from the specified directory\n" " -U Shortcut for --umount --rmdir\n" " --attach Attach the disk image to a loopback block device\n" - " --detach Detach a loopback block device gain\n" + " --detach Detach a loopback block device again\n" " -l --list List all the files and directories of the specified\n" " OS image\n" " --mtree Show BSD mtree manifest of OS image\n"