1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-03 01:17:45 +03:00

dissect: add missing --umount to the help output

(cherry picked from commit 1b967529d2)
This commit is contained in:
Antonio Alvarez Feijoo 2022-10-19 14:42:42 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 087cbfd936
commit d89e9993d2

View File

@ -71,6 +71,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"