forked from auracaster/bumble_mirror
fix typo
This commit is contained in:
@@ -1428,7 +1428,7 @@ def create_role_factory(ctx, default_role):
|
|||||||
@click.option(
|
@click.option(
|
||||||
'--rfcomm-uuid',
|
'--rfcomm-uuid',
|
||||||
default=DEFAULT_RFCOMM_UUID,
|
default=DEFAULT_RFCOMM_UUID,
|
||||||
help='RFComm service UUID to use (ignored is --rfcomm-channel is not 0)',
|
help='RFComm service UUID to use (ignored if --rfcomm-channel is not 0)',
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
'--l2cap-psm',
|
'--l2cap-psm',
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ Options:
|
|||||||
--extended-data-length TEXT Request a data length upon connection,
|
--extended-data-length TEXT Request a data length upon connection,
|
||||||
specified as tx_octets/tx_time
|
specified as tx_octets/tx_time
|
||||||
--rfcomm-channel INTEGER RFComm channel to use
|
--rfcomm-channel INTEGER RFComm channel to use
|
||||||
--rfcomm-uuid TEXT RFComm service UUID to use (ignored is
|
--rfcomm-uuid TEXT RFComm service UUID to use (ignored if
|
||||||
--rfcomm-channel is not 0)
|
--rfcomm-channel is not 0)
|
||||||
--l2cap-psm INTEGER L2CAP PSM to use
|
--l2cap-psm INTEGER L2CAP PSM to use
|
||||||
--l2cap-mtu INTEGER L2CAP MTU to use
|
--l2cap-mtu INTEGER L2CAP MTU to use
|
||||||
|
|||||||
Reference in New Issue
Block a user