From ede3a1461e2e3916c8f0092470c934684bfbd7c4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 22 Apr 2024 18:05:52 +0200 Subject: [PATCH] systemctl: add forgotten --reboot-argument= to --help text Follow-up for: dae710bef121bfc379423d9d75e7d792074ab71c --- src/systemctl/systemctl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c index 71f8305cdd6..ea331b1878c 100644 --- a/src/systemctl/systemctl.c +++ b/src/systemctl/systemctl.c @@ -333,6 +333,8 @@ static int systemctl_help(void) { " Boot into boot loader menu on next boot\n" " --boot-loader-entry=NAME\n" " Boot into a specific boot loader entry on next boot\n" + " --reboot-argument=ARG\n" + " Specify argument string to pass to reboot()\n" " --plain Print unit dependencies as a list instead of a tree\n" " --timestamp=FORMAT Change format of printed timestamps (pretty, unix,\n" " us, utc, us+utc)\n"