sysext: Add missing --mutable mode in help output
authorKrzesimir Nowak <knowak@microsoft.com>
Tue, 27 Feb 2024 15:29:08 +0000 (16:29 +0100)
committerKrzesimir Nowak <knowak@microsoft.com>
Mon, 25 Mar 2024 07:14:36 +0000 (08:14 +0100)
src/sysext/sysext.c

index 0fd5afe22161bc09e9f8e912c5f582a69879e8f6..0e39e1c1b2320e564dcf0688d67400b5cb694817 100644 (file)
@@ -2017,6 +2017,8 @@ static int verb_help(int argc, char **argv, void *userdata) {
                "  -h --help               Show this help\n"
                "     --version            Show package version\n"
                "\n%3$sOptions:%4$s\n"
+               "     --mutable=yes|no|auto|import\n"
+               "                          Specify a mutability mode of the merged hierarchy\n"
                "     --no-pager           Do not pipe output into a pager\n"
                "     --no-legend          Do not show the headers and footers\n"
                "     --root=PATH          Operate relative to root path\n"