diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2023-09-25 16:16:41 +0200 |
---|---|---|
committer | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2023-09-25 16:16:41 +0200 |
commit | a0582220f5fe4927487bbfd4d56d2c1abd964e4a (patch) | |
tree | 98952296b692ec32f5ee8522be6c2ec539aee998 /man/systemd-dissect.xml | |
parent | docs/FDS: add missing article and reword sentence (diff) | |
download | systemd-a0582220f5fe4927487bbfd4d56d2c1abd964e4a.tar.xz systemd-a0582220f5fe4927487bbfd4d56d2c1abd964e4a.zip |
man/systemd-dissect: various fixes
- Add synopsis to `--discover` and `--validate` options.
- `-l` is for `--list`, not for `--mtree`.
Diffstat (limited to 'man/systemd-dissect.xml')
-rw-r--r-- | man/systemd-dissect.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml index 078ee50857..3c758ba62e 100644 --- a/man/systemd-dissect.xml +++ b/man/systemd-dissect.xml @@ -53,6 +53,12 @@ <cmdsynopsis> <command>systemd-dissect <arg choice="opt" rep="repeat">OPTIONS</arg> <option>--copy-to</option> <arg choice="plain"><replaceable>IMAGE</replaceable></arg> <arg choice="opt"><replaceable>SOURCE</replaceable></arg> <arg choice="plain"><replaceable>PATH</replaceable></arg></command> </cmdsynopsis> + <cmdsynopsis> + <command>systemd-dissect <arg choice="opt" rep="repeat">OPTIONS</arg> <option>--discover</option></command> + </cmdsynopsis> + <cmdsynopsis> + <command>systemd-dissect <arg choice="opt" rep="repeat">OPTIONS</arg> <option>--validate</option> <arg choice="plain"><replaceable>IMAGE</replaceable></arg></command> + </cmdsynopsis> </refsynopsisdiv> <refsect1> @@ -222,7 +228,6 @@ <varlistentry> <term><option>--mtree</option></term> - <term><option>-l</option></term> <listitem><para>Generates a BSD <citerefentry project='die-net'><refentrytitle>mtree</refentrytitle><manvolnum>8</manvolnum></citerefentry> |