From 1a87c46fde53ca6c39a005a1457b099779a68745 Mon Sep 17 00:00:00 2001 From: john30 Date: Thu, 4 Jun 2015 13:02:18 +0200 Subject: [PATCH] argument help --- src/ebusd/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ebusd/main.cpp b/src/ebusd/main.cpp index 971935f1..900f04d4 100644 --- a/src/ebusd/main.cpp +++ b/src/ebusd/main.cpp @@ -146,7 +146,7 @@ static const struct argp_option argpoptions[] = { {NULL, 0, NULL, 0, "Daemon options:", 4 }, {"foreground", 'f', NULL, 0, "Run in foreground", 0 }, {"port", 'p', "PORT", 0, "Listen for command line connections on PORT [8888]", 0 }, - {"localhost", O_LOCAL, NULL, 0, "Listen for command line on 127.0.0.1 interface only", 0 }, + {"localhost", O_LOCAL, NULL, 0, "Listen for command line connections on 127.0.0.1 interface only", 0 }, {"httpport", O_HTTPPT, "PORT", 0, "Listen for HTTP connections on PORT, 0 to disable [0]", 0 }, {"htmlpath", O_HTMLPA, "PATH", 0, "Path for HTML files served by HTTP port [/var/ebusd/html]", 0 },