From: Lennart Poettering Date: Mon, 22 Apr 2024 16:04:34 +0000 (+0200) Subject: systemctl: add forgotten --message= to --help text X-Git-Tag: v256-rc1~49^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd0b87757e93375df8955f227d77b4a82a6b912b;p=thirdparty%2Fsystemd.git systemctl: add forgotten --message= to --help text Follow-up for: 9ef15026c0e7e6600372056c43442c99ec53746e --- diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 3c9eeef3d78..71f8305cdd6 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -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"