diff options
author | Rike-Benjamin Schuppner <debilski@debilski.de> | 2017-01-20 01:10:30 +0100 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2017-01-20 03:10:30 +0300 |
commit | b03ec0096037bddfe0ece2af9a6b14b61df02b34 (patch) | |
tree | be389337e22e1f0850652a7e5c1a89944a6fdc48 | |
parent | 301a21a8804cdc8712bf9b048aca11a07139f402 (diff) |
man: fix flag in systemd-run (#5107)
-rw-r--r-- | man/systemd-run.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-run.xml b/man/systemd-run.xml index 8d881f15d6..1ac5124aa3 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -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 |