From: Antonio Alvarez Feijoo Date: Wed, 19 Oct 2022 12:42:42 +0000 (+0200) Subject: dissect: add missing --umount to the help output X-Git-Tag: v252-rc3~24^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b967529d225077f063d10fbc647f55d6c3aae0e;p=thirdparty%2Fsystemd.git dissect: add missing --umount to the help output --- diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index 6b0616e4bbe..a216b6c1bbf 100644 --- a/src/dissect/dissect.c +++ b/src/dissect/dissect.c @@ -79,6 +79,7 @@ static int help(void) { printf("%1$s [OPTIONS...] IMAGE\n" "%1$s [OPTIONS...] --mount IMAGE PATH\n" + "%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"