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

This commit is contained in:
Antonio Alvarez Feijoo 2022-08-22 14:23:57 +02:00 committed by Luca Boccassi
parent d4001c518a
commit 782e41ab88
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -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"