mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-20 14:03:39 +03:00
sysext: add missing COMMAND to the help output and man synopsis
(cherry picked from commit 782e41ab8891673575ec03366d17d5e5c1da7b0d) (cherry picked from commit ada437cfb1e1d8feeecab9f6391561027d5987f1)
This commit is contained in:
parent
503ebc858f
commit
bff3edb1ca
@ -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>
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user