1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-22 13:33:56 +03:00

dissect: add missing --umount to the help output

This commit is contained in:
Antonio Alvarez Feijoo 2022-10-19 14:42:42 +02:00
parent 875c0bd07e
commit 1b967529d2
No known key found for this signature in database
GPG Key ID: B4EFC9173666A622

View 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"