diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-24 03:08:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-24 03:08:37 +0200 |
commit | 5ec7ed4ec693cd69bdc329c38b220d2462df5eba (patch) | |
tree | 080d3a144fa962fea5112ca87dddafe0e8e2b39e /src | |
parent | bf9a6e8bfc2a03e549e35e72218ed9ad2574a6e2 (diff) |
systemctl: minor --help rewording
Diffstat (limited to 'src')
-rw-r--r-- | src/systemctl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/systemctl.c b/src/systemctl.c index 321e26992b..9eb72f9747 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" |