summaryrefslogtreecommitdiff
path: root/source3/nmbd
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2019-01-18 13:15:36 +1300
committerAndreas Schneider <asn@cryptomilk.org>2019-01-28 14:28:29 +0100
commited209cfee37cbc63efab925bc44c2b384417cc9b (patch)
treed0cb5267a685ceca75919496ac8bef7169aae222 /source3/nmbd
parent9e4ddff2d35611e4f2b60d9e45c8f777be68aa69 (diff)
downloadsamba-ed209cfee37cbc63efab925bc44c2b384417cc9b.tar.gz
s3:nmbd: small improvements in --help strings
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Mon Jan 28 14:28:29 CET 2019 on sn-devel-144
Diffstat (limited to 'source3/nmbd')
-rw-r--r--source3/nmbd/nmbd.c5
1 files 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",