diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-11 03:59:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-11 03:59:59 +0200 |
commit | 90d473a1c05c692d0beaac3ff939b01f930fcada (patch) | |
tree | 7065099faee881eaecd8453fc2cc6d723a941357 /man | |
parent | dce3acd2e2447a9de642768f86e39d7c9d5bee81 (diff) |
systemctl: turn --replace into --fail
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index a7065f98ae..f0de186ea5 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -116,15 +116,15 @@ </varlistentry> <varlistentry> - <term><option>--replace</option></term> + <term><option>--fail</option></term> <listitem><para>If the requested operation conflicts with an existing - unfinished operation, replace the - existing operation by the requested - operation. If this is not specified - the requested operation will - fail.</para></listitem> + unfinished operation, fail the + command. If this is not specified the + requested operation will replace the + pending job if + necessary.</para></listitem> </varlistentry> <varlistentry> |