diff options
author | Jóhann B. Guðmundsson <johannbg@gmail.com> | 2014-07-08 21:26:05 +0000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-11 09:22:01 -0400 |
commit | 799298d6513e7d40125c19d46578bb870d047db4 (patch) | |
tree | 0e3b7a7c700ac3d4b266ba87ea30b26ab0783360 /man/hostnamectl.xml | |
parent | 1ed774956406941d4812a3fb4493d2915f130f12 (diff) |
Add DEPLOYMENT to hostnamectl
[zj: remove the check against a fixed list of environments.]
Diffstat (limited to 'man/hostnamectl.xml')
-rw-r--r-- | man/hostnamectl.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index a158e67519..99f984f2ce 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -231,6 +231,27 @@ </listitem> </varlistentry> + <varlistentry> + <term><command>set-deployment <replaceable>ENVIRONMENT</replaceable></command></term> + + <listitem><para>Set the deployment + environment description. + <replaceable>ENVIRONMENT</replaceable> + must be a single word without any + control characters. One of the + following is suggested: + <literal>development</literal>, + <literal>integration</literal>, + <literal>staging</literal>, + <literal>production</literal>. + </para> + + <para>Pass an empty string to reset to + the default empty value.</para> + </listitem> + </varlistentry> + + </variablelist> </refsect1> |