diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-11-06 17:31:20 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-11-06 17:31:20 +0100 |
commit | 66b1e746055b9c56fd72c0451a4cfb2b06cf3f20 (patch) | |
tree | cc809632faa774be53fa7e7c9d5ea3cd0f889747 /man | |
parent | 3cd26e7cb24bf1408902c352ab9d2b9a27d4c74f (diff) |
run: support --system to match other commands, even if redundant
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-run.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index cc8a68a022..031c207cc3 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -113,6 +113,15 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. </varlistentry> <varlistentry> + <term><option>--system</option></term> + + <listitem> + <para>Talk to the service manager of the system. This is the + implied default.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>-H</option></term> <term><option>--host=</option></term> |