1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

ctdb-daemon: Improve documentation for -i option

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
Martin Schwenke 2018-10-18 17:50:09 +11:00 committed by Amitay Isaacs
parent 9c41481f21
commit 4e6bd42493
2 changed files with 8 additions and 4 deletions

View File

@ -51,9 +51,13 @@
<listitem>
<para>
Enable interactive mode. This will make ctdbd run in the
foreground and not detach from the terminal. By default
ctdbd will detach itself and run in the background as a
daemon.
foreground and not detach from the terminal. In this mode
ctdbd will log to stderr.
</para>
<para>
By default ctdbd will detach itself and run in the
background as a daemon, logging to the configured
destination.
</para>
</listitem>
</varlistentry>

View File

@ -157,7 +157,7 @@ int main(int argc, const char *argv[])
struct poptOption popt_options[] = {
POPT_AUTOHELP
{ "interactive", 'i', POPT_ARG_NONE, &interactive, 0,
"don't fork", NULL },
"don't fork, log to stderr", NULL },
POPT_TABLEEND
};
int opt, ret;