]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
systemctl: add forgotten --message= to --help text
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Apr 2024 16:04:34 +0000 (18:04 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Apr 2024 07:59:39 +0000 (09:59 +0200)
Follow-up for: 9ef15026c0e7e6600372056c43442c99ec53746e

src/systemctl/systemctl.c

index 3c9eeef3d786ce7c828dcc4bb928a5a3b9ff00d5..71f8305cdd6eee755fc4a56b5854b7ac6d80e54f 100644 (file)
@@ -305,6 +305,7 @@ static int systemctl_help(void) {
                "                         For is-system-running, wait until startup is completed\n"
                "     --no-block          Do not wait until operation finished\n"
                "     --no-wall           Don't send wall message before halt/power-off/reboot\n"
+               "     --message=MESSAGE   Specify human readable reason for system shutdown\n"
                "     --no-reload         Don't reload daemon after en-/dis-abling unit files\n"
                "     --legend=BOOL       Enable/disable the legend (column headers and hints)\n"
                "     --no-pager          Do not pipe output into a pager\n"