mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-27 22:24:22 +08:00
Rename --nodaemon option into --nodetach
This commit is contained in:
parent
7b25c5a15c
commit
da93282f26
@ -347,12 +347,12 @@ static gboolean parse_debug(const char *key, const char *value,
|
||||
}
|
||||
|
||||
static GOptionEntry options[] = {
|
||||
{ "nodaemon", 'n', G_OPTION_FLAG_REVERSE,
|
||||
G_OPTION_ARG_NONE, &option_detach,
|
||||
"Don't run as daemon in background" },
|
||||
{ "debug", 'd', G_OPTION_FLAG_OPTIONAL_ARG,
|
||||
G_OPTION_ARG_CALLBACK, parse_debug,
|
||||
"Enable debug information output", "DEBUG" },
|
||||
"Specify debug options to enable", "DEBUG" },
|
||||
{ "nodetach", 'n', G_OPTION_FLAG_REVERSE,
|
||||
G_OPTION_ARG_NONE, &option_detach,
|
||||
"Don't run as daemon in background" },
|
||||
{ "version", 'v', 0, G_OPTION_ARG_NONE, &option_version,
|
||||
"Show version information and exit" },
|
||||
{ "udev", 'u', 0, G_OPTION_ARG_NONE, &option_udev,
|
||||
|
Loading…
Reference in New Issue
Block a user