1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

sysext: add missing COMMAND to the help output and man synopsis

(cherry picked from commit 782e41ab88)
(cherry picked from commit ada437cfb1)
This commit is contained in:
Antonio Alvarez Feijoo 2022-08-22 14:23:57 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent 503ebc858f
commit bff3edb1ca
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
<cmdsynopsis> <cmdsynopsis>
<command>systemd-sysext</command> <command>systemd-sysext</command>
<arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="opt" rep="repeat">OPTIONS</arg>
<arg choice="plain">COMMAND</arg>
</cmdsynopsis> </cmdsynopsis>
<para><literallayout><filename>systemd-sysext.service</filename></literallayout></para> <para><literallayout><filename>systemd-sysext.service</filename></literallayout></para>

View File

@ -887,7 +887,7 @@ static int verb_help(int argc, char **argv, void *userdata) {
if (r < 0) if (r < 0)
return log_oom(); 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%5$sMerge extension images into /usr/ and /opt/ hierarchies.%6$s\n"
"\n%3$sCommands:%4$s\n" "\n%3$sCommands:%4$s\n"
" status Show current merge status (default)\n" " status Show current merge status (default)\n"