]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect: add missing --umount to the help output
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 19 Oct 2022 12:42:42 +0000 (14:42 +0200)
committerAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 19 Oct 2022 12:42:42 +0000 (14:42 +0200)
src/dissect/dissect.c

index 6b0616e4bbef6b8bc96720e4fa65d0cdf4ec7dbd..a216b6c1bbfcf84c3e7170c133623d31b6760a58 100644 (file)
@@ -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"