From fd0b87757e93375df8955f227d77b4a82a6b912b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 22 Apr 2024 18:04:34 +0200 Subject: [PATCH] systemctl: add forgotten --message= to --help text Follow-up for: 9ef15026c0e7e6600372056c43442c99ec53746e --- src/systemctl/systemctl.c | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3