mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
man: fix description of systemctl --after/--before
It was backward - --after fetches After property, so units shown really come *before* unit given as argument. Same for --before.
This commit is contained in:
committed by
Lennart Poettering
parent
252094eb05
commit
4a77ca700d
@@ -148,8 +148,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
<term><option>--before</option></term>
|
||||
|
||||
<listitem>
|
||||
<para>Show which units are started after or before
|
||||
with <command>list-dependencies</command>, respectively.
|
||||
<para>Show after (before) which units the specified unit is started
|
||||
with <command>list-dependencies</command>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
Reference in New Issue
Block a user