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:
parent
9c41481f21
commit
4e6bd42493
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user