systemctl: add forgotten --reboot-argument= to --help text
authorLennart Poettering <lennart@poettering.net>
Mon, 22 Apr 2024 16:05:52 +0000 (18:05 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 23 Apr 2024 08:02:17 +0000 (10:02 +0200)
Follow-up for: dae710bef121bfc379423d9d75e7d792074ab71c

src/systemctl/systemctl.c

index 71f8305cdd6eee755fc4a56b5854b7ac6d80e54f..ea331b1878c8962f7b42e604c1110efa244c4d34 100644 (file)
@@ -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"