65878a
From 75095af78beb53ce399f50b004b4bf9a4de9ab60 Mon Sep 17 00:00:00 2001
65878a
From: =?UTF-8?q?Mantas=20Mikul=C4=97nas?= <grawity@gmail.com>
65878a
Date: Wed, 13 Nov 2013 13:36:17 +0200
65878a
Subject: [PATCH] activate: mention -E in the help text
65878a
65878a
---
65878a
 src/activate/activate.c | 2 ++
65878a
 1 file changed, 2 insertions(+)
65878a
65878a
diff --git a/src/activate/activate.c b/src/activate/activate.c
65878a
index 535b330..a9461bc 100644
65878a
--- a/src/activate/activate.c
65878a
+++ b/src/activate/activate.c
65878a
@@ -316,6 +316,8 @@ static int help(void) {
65878a
                "  -l --listen=ADDR     Listen for raw connections at ADDR\n"
65878a
                "  -a --accept          Spawn separate child for each connection\n"
65878a
                "  -h --help            Show this help and exit\n"
65878a
+               "  -E --environment=NAME[=VALUE]\n"
65878a
+               "                       Pass an environment variable to children\n"
65878a
                "  --version            Print version string and exit\n"
65878a
                "\n"
65878a
                "Note: file descriptors from sd_listen_fds() will be passed through.\n"