summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/install.c b/src/install.c
index c3dbe8b195..479a38c80a 100644
--- a/src/install.c
+++ b/src/install.c
@@ -60,6 +60,7 @@ Hashmap *will_install = NULL, *have_installed = NULL;
static int help(void) {
printf("%s [options]\n\n"
+ "Install init system units.\n\n"
" -h --help Show this help\n"
" --force Override existing links\n"
" --system Install into system\n"
@@ -532,8 +533,6 @@ int main(int argc, char *argv[]) {
zero(paths);
- log_set_target(LOG_TARGET_CONSOLE);
- log_set_max_level(LOG_INFO);
log_parse_environment();
if ((r = parse_argv(argc, argv)) < 0)