From: Krzesimir Nowak Date: Tue, 27 Feb 2024 15:29:08 +0000 (+0100) Subject: sysext: Add missing --mutable mode in help output X-Git-Tag: v256-rc1~405^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=454bb41030bd5eda3fdad525548d79467e19b3f9;p=thirdparty%2Fsystemd.git sysext: Add missing --mutable mode in help output --- 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"