man: minor correction for systemd-run

The meaning was acidentally inverted in
156d6036be, let's correct this.
This commit is contained in:
Lennart Poettering 2017-09-14 10:23:36 +02:00
parent 96bedbe2e5
commit 960d20e1a9
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
<command>systemd-run</command> command itself. This allows <command>systemd-run</command>
to be used within shell pipelines.
Note that this mode is not suitable for interactive command shells and similar, as the
service process will become a TTY controller when invoked on a terminal. Use <option>--pty</option> instead
service process will not become a TTY controller when invoked on a terminal. Use <option>--pty</option> instead
in that case.</para>
<para>When both <option>--pipe</option> and <option>--pty</option> are used in combination the more appropriate