diff options
Diffstat (limited to 'src/systemctl.c')
-rw-r--r-- | src/systemctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index 18b32bcf2f..2efc85635d 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -1453,7 +1453,7 @@ static int systemctl_help(void) { " dump Dump server status\n" " snapshot [NAME] Create a snapshot\n" " daemon-reload Reload init daemon configuration\n" - " daemon-reexecute Reexecute init daemon\n" + " daemon-reexec Reexecute init daemon\n" " daemon-exit Ask the init daemon to quit\n" " show-environment Dump environment\n" " set-environment [NAME=VALUE...] Set one or more environment variables\n" |