diff options
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> |