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:
Andrey Borzenkov
2014-03-11 05:29:43 +01:00
committed by Lennart Poettering
parent 252094eb05
commit 4a77ca700d
+2 -2
View File
@@ -148,8 +148,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
<term><option>--before</option></term> <term><option>--before</option></term>
<listitem> <listitem>
<para>Show which units are started after or before <para>Show after (before) which units the specified unit is started
with <command>list-dependencies</command>, respectively. with <command>list-dependencies</command>.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>