diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-29 14:56:09 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-12-30 00:17:15 -0500 |
commit | 892213bf1fd23e48d64a407ece6e10b07bef1926 (patch) | |
tree | 7fedaf81d60174df2a35a9f5a34663533324fb1c /man/systemd-activate.xml | |
parent | ed14edc04f9355b0d3fc769638b167decf27dc23 (diff) |
acticate: rename --environment to --setenv
Nspawn has --setenv, and systemd itself accepts systemd.setenv.
It is nice to have the same parameter name everywhere.
Old name is accepted, but not advertised.
Diffstat (limited to 'man/systemd-activate.xml')
-rw-r--r-- | man/systemd-activate.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-activate.xml b/man/systemd-activate.xml index d48774d9d6..35eec1929e 100644 --- a/man/systemd-activate.xml +++ b/man/systemd-activate.xml @@ -119,7 +119,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. <varlistentry> <term><option>-E <replaceable>VAR</replaceable><optional>=<replaceable>VALUE</replaceable></optional></option></term> - <term><option>--environment=<replaceable>VAR</replaceable><optional>=<replaceable>VALUE</replaceable></optional></option></term> + <term><option>--setenv=<replaceable>VAR</replaceable><optional>=<replaceable>VALUE</replaceable></optional></option></term> <listitem><para>Add this variable to the environment of the launched process. If <replaceable>VAR</replaceable> is |