[systemd-devel] [PATCH] activate: mention -E in the help text

Mantas Mikulėnas grawity at gmail.com
Wed Nov 13 03:36:17 PST 2013


---
 src/activate/activate.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/activate/activate.c b/src/activate/activate.c
index dffc6e2..2639d1c 100644
--- a/src/activate/activate.c
+++ b/src/activate/activate.c
@@ -289,6 +289,8 @@ static int help(void) {
                "  -l --listen=ADDR     Listen for raw connections at ADDR\n"
                "  -a --accept          Spawn separate child for each connection\n"
                "  -h --help            Show this help and exit\n"
+               "  -E --environment=NAME[=VALUE]\n"
+               "                       Pass an environment variable to children\n"
                "  --version            Print version string and exit\n"
                "\n"
                "Note: file descriptors from sd_listen_fds() will be passed through.\n"
-- 
1.8.4.2



More information about the systemd-devel mailing list