projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca49d4c
)
sysext: Add missing --mutable mode in help output
author
Krzesimir Nowak
<knowak@microsoft.com>
Tue, 27 Feb 2024 15:29:08 +0000
(16:29 +0100)
committer
Krzesimir Nowak
<knowak@microsoft.com>
Mon, 25 Mar 2024 07:14:36 +0000
(08:14 +0100)
src/sysext/sysext.c
patch
|
blob
|
history
diff --git
a/src/sysext/sysext.c
b/src/sysext/sysext.c
index 0fd5afe22161bc09e9f8e912c5f582a69879e8f6..0e39e1c1b2320e564dcf0688d67400b5cb694817 100644
(file)
--- 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"