mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
bluetooth: Add missing argument to module's usage
module-bluetooth-discover usage was missing the autodetect_mtu argument.
This commit is contained in:
parent
30f49dae18
commit
4863d190e2
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ PA_MODULE_VERSION(PACKAGE_VERSION);
|
|||
PA_MODULE_LOAD_ONCE(true);
|
||||
PA_MODULE_USAGE(
|
||||
"headset=ofono|native|auto"
|
||||
"autodetect_mtu=<boolean>"
|
||||
);
|
||||
|
||||
static const char* const valid_modargs[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue