From ed209cfee37cbc63efab925bc44c2b384417cc9b Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 18 Jan 2019 13:15:36 +1300 Subject: [PATCH] s3:nmbd: small improvements in --help strings Signed-off-by: Douglas Bagnall Reviewed-by: Andreas Schneider Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Mon Jan 28 14:28:29 CET 2019 on sn-devel-144 --- source3/nmbd/nmbd.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source3/nmbd/nmbd.c b/source3/nmbd/nmbd.c index fcb9dc4ee75..66cd65ca208 100644 --- a/source3/nmbd/nmbd.c +++ b/source3/nmbd/nmbd.c @@ -795,7 +795,7 @@ static bool open_sockets(bool isdaemon, int port) .argInfo = POPT_ARG_NONE, .arg = NULL, .val = OPT_DAEMON, - .descrip = "Become a daemon(default)", + .descrip = "Become a daemon (default)", }, { .longName = "interactive", @@ -811,7 +811,8 @@ static bool open_sockets(bool isdaemon, int port) .argInfo = POPT_ARG_NONE, .arg = NULL, .val = OPT_FORK, - .descrip = "Run daemon in foreground (for daemontools & etc)", + .descrip = "Run daemon in foreground " + "(for daemontools, etc.)", }, { .longName = "no-process-group", -- 2.34.1