Skip to content

Commit

Permalink
improve help
Browse files Browse the repository at this point in the history
  • Loading branch information
barbibulle committed Nov 10, 2023
1 parent 14f5b91 commit 1a6c9a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/pair.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,10 @@ def emit(self, record):
@click.option(
'--oob',
metavar='<oob-data-hex>',
help='Use OOB pairing with this data from the peer',
help=(
'Use OOB pairing with this data from the peer '
'(use "-" to enable OOB without peer data)'
),
)
@click.option('--prompt', is_flag=True, help='Prompt to accept/reject pairing request')
@click.option(
Expand Down

0 comments on commit 1a6c9a4

Please sign in to comment.