trivial: fix RFKILL log domain manpage and help text
This commit is contained in:

committed by
Dan Williams

parent
9049358579
commit
e9c8ba4e3d
@@ -160,7 +160,7 @@ from earlier levels; thus setting the log level to INFO also logs error and
|
|||||||
warning messages.
|
warning messages.
|
||||||
.TP
|
.TP
|
||||||
.B domains=\fI<domain1>,<domain2>, ...\fP
|
.B domains=\fI<domain1>,<domain2>, ...\fP
|
||||||
The following log domains are available: [NONE, HW, RKILL, ETHER, WIFI, BT, MB,
|
The following log domains are available: [NONE, HW, RFKILL, ETHER, WIFI, BT, MB,
|
||||||
DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT,
|
DHCP4, DHCP6, PPP, WIFI_SCAN, IP4, IP6, AUTOIP4, DNS, VPN, SHARING, SUPPLICANT,
|
||||||
USER_SET, SYS_SET, SUSPEND, CORE, DEVICE, OLPC, WIMAX]. When "NONE" is given by
|
USER_SET, SYS_SET, SUSPEND, CORE, DEVICE, OLPC, WIMAX]. When "NONE" is given by
|
||||||
itself, logging is disabled. MB = Mobile Broadband, USER_SET = user settings
|
itself, logging is disabled. MB = Mobile Broadband, USER_SET = user settings
|
||||||
|
@@ -482,7 +482,7 @@ main (int argc, char *argv[])
|
|||||||
{ "plugins", 0, 0, G_OPTION_ARG_STRING, &plugins, "List of plugins separated by ','", "plugin1,plugin2" },
|
{ "plugins", 0, 0, G_OPTION_ARG_STRING, &plugins, "List of plugins separated by ','", "plugin1,plugin2" },
|
||||||
{ "log-level", 0, 0, G_OPTION_ARG_STRING, &log_level, "Log level: one of [ERR, WARN, INFO, DEBUG]", "INFO" },
|
{ "log-level", 0, 0, G_OPTION_ARG_STRING, &log_level, "Log level: one of [ERR, WARN, INFO, DEBUG]", "INFO" },
|
||||||
{ "log-domains", 0, 0, G_OPTION_ARG_STRING, &log_domains,
|
{ "log-domains", 0, 0, G_OPTION_ARG_STRING, &log_domains,
|
||||||
"Log domains separated by ',': any combination of [NONE,HW,RKILL,ETHER,WIFI,BT,MB,DHCP4,DHCP6,PPP,WIFI_SCAN,IP4,IP6,AUTOIP4,DNS,VPN,SHARING,SUPPLICANT,USER_SET,SYS_SET,SUSPEND,CORE,DEVICE,OLPC]",
|
"Log domains separated by ',': any combination of [NONE,HW,RFKILL,ETHER,WIFI,BT,MB,DHCP4,DHCP6,PPP,WIFI_SCAN,IP4,IP6,AUTOIP4,DNS,VPN,SHARING,SUPPLICANT,USER_SET,SYS_SET,SUSPEND,CORE,DEVICE,OLPC]",
|
||||||
"HW,RFKILL,WIFI" },
|
"HW,RFKILL,WIFI" },
|
||||||
{NULL}
|
{NULL}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user