From 454bb41030bd5eda3fdad525548d79467e19b3f9 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 27 Feb 2024 16:29:08 +0100 Subject: [PATCH] sysext: Add missing --mutable mode in help output --- src/sysext/sysext.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sysext/sysext.c b/src/sysext/sysext.c index 0fd5afe2216..0e39e1c1b23 100644 --- a/src/sysext/sysext.c +++ b/src/sysext/sysext.c @@ -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" -- 2.47.3