From: Lennart Poettering Date: Mon, 22 Apr 2024 16:05:52 +0000 (+0200) Subject: systemctl: add forgotten --reboot-argument= to --help text X-Git-Tag: v256-rc1~49^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ede3a1461e2e3916c8f0092470c934684bfbd7c4;p=thirdparty%2Fsystemd.git systemctl: add forgotten --reboot-argument= to --help text Follow-up for: dae710bef121bfc379423d9d75e7d792074ab71c --- 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"