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.

(cherry picked from commit 4a77ca700d)
This commit is contained in:
Andrey Borzenkov
2014-04-07 10:45:08 -04:00
committed by Zbigniew Jędrzejewski-Szmek
parent 608b982e50
commit ba7a578a5d
+2 -2
View File
@@ -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>