From: Lennart Poettering Date: Thu, 24 Jun 2010 01:08:37 +0000 (+0200) Subject: systemctl: minor --help rewording X-Git-Tag: v1~109 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5ec7ed4ec693cd69bdc329c38b220d2462df5eba systemctl: minor --help rewording --- diff --git a/src/systemctl.c b/src/systemctl.c index 321e26992..9eb72f974 100644 --- a/src/systemctl.c +++ b/src/systemctl.c @@ -1429,7 +1429,7 @@ finish: static int systemctl_help(void) { printf("%s [OPTIONS...] {COMMAND} ...\n\n" - "Send control commands to the init daemon.\n\n" + "Send control commands to the systemd manager.\n\n" " -h --help Show this help\n" " -t --type=TYPE List only units of a particular type\n" " -a --all Show all units, including dead ones\n" @@ -1452,9 +1452,9 @@ static int systemctl_help(void) { " monitor Monitor unit/job changes\n" " dump Dump server status\n" " snapshot [NAME] Create a snapshot\n" - " daemon-reload Reload init daemon configuration\n" - " daemon-reexec Reexecute init daemon\n" - " daemon-exit Ask the init daemon to quit\n" + " daemon-reload Reload systemd manager configuration\n" + " daemon-reexec Reexecute systemd manager\n" + " daemon-exit Ask the systemd manager to quit\n" " show-environment Dump environment\n" " set-environment [NAME=VALUE...] Set one or more environment variables\n" " unset-environment [NAME...] Unset one or more environment variables\n"