summaryrefslogtreecommitdiffstats
path: root/src/systemctl
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-04-22 18:05:52 +0200
committerLennart Poettering <lennart@poettering.net>2024-04-23 10:02:17 +0200
commitede3a1461e2e3916c8f0092470c934684bfbd7c4 (patch)
tree00ad9afb435b325f3d5cf0229e7fb319d6c878f7 /src/systemctl
parentsystemctl: add forgotten --message= to --help text (diff)
downloadsystemd-ede3a1461e2e3916c8f0092470c934684bfbd7c4.tar.xz
systemd-ede3a1461e2e3916c8f0092470c934684bfbd7c4.zip
systemctl: add forgotten --reboot-argument= to --help text
Follow-up for: dae710bef121bfc379423d9d75e7d792074ab71c
Diffstat (limited to 'src/systemctl')
-rw-r--r--src/systemctl/systemctl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/systemctl/systemctl.c b/src/systemctl/systemctl.c
index 71f8305cdd..ea331b1878 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"