diff options
author | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2017-02-07 16:25:17 +0100 |
---|---|---|
committer | Lucas Werkmeister <mail@lucaswerkmeister.de> | 2017-02-07 16:26:02 +0100 |
commit | c04becfa721cf45b77d9d0f5845a91e7e2cd10da (patch) | |
tree | 720a90405ce4b66932c845b8286b222459205eb5 | |
parent | ee3c52ebbe470a8f3d1a3ddafe26a6012cbbde1d (diff) | |
download | systemd-c04becfa721cf45b77d9d0f5845a91e7e2cd10da.tar.gz |
man: document that systemd-run --on-* cannot be used with --pty
-rw-r--r-- | man/systemd-run.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 1ac5124aa3..5e44b1523d 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -250,7 +250,7 @@ command. See <varname>OnActiveSec=</varname>, <varname>OnBootSec=</varname>, <varname>OnStartupSec=</varname>, <varname>OnUnitActiveSec=</varname> and <varname>OnUnitInactiveSec=</varname> in <citerefentry><refentrytitle>systemd.timer</refentrytitle><manvolnum>5</manvolnum></citerefentry> for - details. These options may not be combined with <option>--scope</option>.</para> + details. These options may not be combined with <option>--scope</option> or <option>--pty</option>.</para> </listitem> </varlistentry> @@ -259,7 +259,7 @@ <listitem><para>Defines a calendar timer for starting the specified command. See <varname>OnCalendar=</varname> in <citerefentry><refentrytitle>systemd.timer</refentrytitle><manvolnum>5</manvolnum></citerefentry>. This - option may not be combined with <option>--scope</option>.</para> + option may not be combined with <option>--scope</option> or <option>--pty</option>.</para> </listitem> </varlistentry> |