bluetooth: Add missing argument to module's usage
authorJoão Paulo Rechi Vita <jprvita@gmail.com>
Tue, 10 Jul 2018 02:25:53 +0000 (19:25 -0700)
committerTanu Kaskinen <tanuk@iki.fi>
Fri, 27 Jul 2018 08:27:40 +0000 (11:27 +0300)
module-bluetooth-discover usage was missing the autodetect_mtu argument.

src/modules/bluetooth/module-bluez5-discover.c

index 4457821..b6c8eb0 100644 (file)
@@ -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[] = {