man: fix flag in systemd-run (#5107)

This commit is contained in:
Rike-Benjamin Schuppner 2017-01-20 01:10:30 +01:00 committed by Evgeny Vereshchagin
parent 301a21a880
commit b03ec00960

View file

@ -77,7 +77,7 @@
other service, and thus shows up in the output of <command>systemctl list-units</command> like any other unit. It
will run in a clean and detached execution environment, with the service manager as its parent process. In this
mode, <command>systemd-run</command> will start the service asynchronously in the background and return after the
command has begun execution (unless <option>--no-block</option> or <option>--watch</option> are specified, see
command has begun execution (unless <option>--no-block</option> or <option>--wait</option> are specified, see
below).</para>
<para>If a command is run as transient scope unit, it will be executed by <command>systemd-run</command> itself as