mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
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
This commit is contained in:
parent
9e4ddff2d3
commit
ed209cfee3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user