diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-03-14 06:06:50 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-03-19 13:03:36 +0100 |
commit | a456324fefec12ac929fd844bcec243b657d7b1f (patch) | |
tree | 49c795e9391d60cb198fb6876166193e979aa07e /man/hostnamectl.xml | |
parent | coredumpctl: use dispatch_verb() (diff) | |
download | systemd-a456324fefec12ac929fd844bcec243b657d7b1f.tar.xz systemd-a456324fefec12ac929fd844bcec243b657d7b1f.zip |
man: mention that 'status' is the default command for `hostnamectl`
Diffstat (limited to 'man/hostnamectl.xml')
-rw-r--r-- | man/hostnamectl.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man/hostnamectl.xml b/man/hostnamectl.xml index fa70d5cc6c..9bfead6d21 100644 --- a/man/hostnamectl.xml +++ b/man/hostnamectl.xml @@ -121,6 +121,10 @@ <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> </variablelist> + </refsect1> + + <refsect1> + <title>Commands</title> <para>The following commands are understood:</para> @@ -128,9 +132,8 @@ <varlistentry> <term><command>status</command></term> - <listitem><para>Show current system - hostname and related - information.</para></listitem> + <listitem><para>Show current system hostname and related information. If no command is specified, + this is the implied default.</para></listitem> </varlistentry> <varlistentry> |