mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
sysext: add missing COMMAND to the help output and man synopsis
This commit is contained in:
parent
d4001c518a
commit
782e41ab88
@ -26,6 +26,7 @@
|
||||
<cmdsynopsis>
|
||||
<command>systemd-sysext</command>
|
||||
<arg choice="opt" rep="repeat">OPTIONS</arg>
|
||||
<arg choice="plain">COMMAND</arg>
|
||||
</cmdsynopsis>
|
||||
|
||||
<para><literallayout><filename>systemd-sysext.service</filename></literallayout></para>
|
||||
|
@ -886,7 +886,7 @@ static int verb_help(int argc, char **argv, void *userdata) {
|
||||
if (r < 0)
|
||||
return log_oom();
|
||||
|
||||
printf("%1$s [OPTIONS...] [DEVICE]\n"
|
||||
printf("%1$s [OPTIONS...] COMMAND\n"
|
||||
"\n%5$sMerge extension images into /usr/ and /opt/ hierarchies.%6$s\n"
|
||||
"\n%3$sCommands:%4$s\n"
|
||||
" status Show current merge status (default)\n"
|
||||
|
Loading…
Reference in New Issue
Block a user