diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-08-25 15:54:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-08-25 15:54:23 +0200 |
commit | 3ad216b44f4f5cba168f449ae455607a442cfd4c (patch) | |
tree | 81d7c1ba834dd910c479894fd392dbe1fe2e2985 /man | |
parent | ec5249a27adb1ffbcd41f2c771e19c3353819456 (diff) | |
parent | 9ef15026c0e7e6600372056c43442c99ec53746e (diff) |
Merge pull request #1029 from jsynacek/unprivileged-wall-message-v2
logind/systemctl: introduce SetWallMessage and --message
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 0b5282ba21..20d143741b 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -474,6 +474,18 @@ </varlistentry> <varlistentry> + <term><option>--message=</option></term> + + <listitem> + <para>When used with <command>halt</command>, + <command>poweroff</command>, <command>reboot</command> or + <command>kexec</command>, set a short message explaining the reason + for the operation. The message will be logged together with the + default shutdown message.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--now</option></term> <listitem> |