From 08c0b6efd8140a411eda1862ea8c9b4263932341 Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Fri, 19 Jan 2024 16:01:13 +0100 Subject: [PATCH] dissect: fix typo --- 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 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" -- 2.47.3