diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-08-28 17:20:56 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-08-29 14:16:35 +0200 |
commit | d3f8b754d45036c954869248adc90fd78bb3ac18 (patch) | |
tree | 990266a7ee7bded520903609033dc712084ac8db /man/ukify.xml | |
parent | sd-radv: fix memory leak (diff) | |
download | systemd-d3f8b754d45036c954869248adc90fd78bb3ac18.tar.xz systemd-d3f8b754d45036c954869248adc90fd78bb3ac18.zip |
man/ukify: fix synopsis
Fixup for 7d481546acc8dbd9be05fe7a901e5598487aec02 and
a3f758b3104ee1161d2dbf5a8c1be653340b1672.
Diffstat (limited to 'man/ukify.xml')
-rw-r--r-- | man/ukify.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/ukify.xml b/man/ukify.xml index 5755cf8fa4..40544502f1 100644 --- a/man/ukify.xml +++ b/man/ukify.xml @@ -25,8 +25,20 @@ <command>/usr/lib/systemd/ukify</command> <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="plain">build</arg> + </cmdsynopsis> + + <cmdsynopsis> + <command>ukify</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> <arg choice="plain">genkey</arg> </cmdsynopsis> + + <cmdsynopsis> + <command>ukify</command> + <arg choice="opt" rep="repeat">OPTIONS</arg> + <arg choice="plain">inspect</arg> + <arg choice="plain" rep="repeat">FILE</arg> + </cmdsynopsis> </refsynopsisdiv> <refsect1> |