From: Lennart Poettering Date: Tue, 22 Jun 2010 02:10:06 +0000 (+0200) Subject: systemctl: fix systemctl help text X-Git-Tag: v1~127 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=b1fc29fb70de560fe9a7a744a20a67aaa4b68b5f;hp=4eab639f92c0e4fa1a1baee5575bf3bc21810dcf systemctl: fix systemctl help text --- diff --git a/src/systemctl.c b/src/systemctl.c index 18b32bcf2..2efc85635 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"