diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-22 04:10:06 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-22 04:10:06 +0200 |
commit | b1fc29fb70de560fe9a7a744a20a67aaa4b68b5f (patch) | |
tree | 7cd540220eb024285c91d8ced9ce7557305b4423 | |
parent | 4eab639f92c0e4fa1a1baee5575bf3bc21810dcf (diff) |
systemctl: fix systemctl help text
-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" |