]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect: add new verbs to brief version of cmline in --help
authorLennart Poettering <lennart@poettering.net>
Fri, 7 Jul 2023 14:00:31 +0000 (16:00 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 7 Jul 2023 16:13:32 +0000 (17:13 +0100)
src/dissect/dissect.c

index 24e17bcad9ef425bd25eb4704eb57009ab657a9a..253e732404b2226e9ef653e2b5309492208e348b 100644 (file)
@@ -114,8 +114,10 @@ static int help(void) {
                "%1$s [OPTIONS...] --mtree IMAGE\n"
                "%1$s [OPTIONS...] --with IMAGE [COMMAND…]\n"
                "%1$s [OPTIONS...] --copy-from IMAGE PATH [TARGET]\n"
-               "%1$s [OPTIONS...] --copy-to IMAGE [SOURCE] PATH\n\n"
-               "%5$sDissect a Discoverable Disk Image (DDI).%6$s\n\n"
+               "%1$s [OPTIONS...] --copy-to IMAGE [SOURCE] PATH\n"
+               "%1$s [OPTIONS...] --discover\n"
+               "%1$s [OPTIONS...] --validate IMAGE\n"
+               "\n%5$sDissect a Discoverable Disk Image (DDI).%6$s\n\n"
                "%3$sOptions:%4$s\n"
                "     --no-pager           Do not pipe output into a pager\n"
                "     --no-legend          Do not show the headers and footers\n"